mirror of
https://github.com/Minres/conan-recipes.git
synced 2025-07-01 07:23:27 +02:00
cleans outdated recipes
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
from conan.packager import ConanMultiPackager
|
||||
from cpt.packager import ConanMultiPackager
|
||||
|
||||
if __name__ == "__main__":
|
||||
builder = ConanMultiPackager(username="minres")
|
||||
builder = ConanMultiPackager()
|
||||
types = ['Debug','Release']
|
||||
for t in types:
|
||||
builder.add(settings={"build_type":t}, options={}, env_vars={}, build_requires={})
|
||||
|
Reference in New Issue
Block a user