👷 Build with VS 2022

This commit is contained in:
2021-11-17 16:50:32 +01:00
parent 87febdff3c
commit 8c2d339585
9 changed files with 82 additions and 10 deletions

View File

@ -15,6 +15,8 @@ dirs = glob("./*/")
packages = []
conan_profile = os.getenv('CONAN_PROFILE')
for p in dirs:
path = f'{p}/config.yml'
if not os.path.isfile(path):
@ -30,8 +32,7 @@ for pkg in packages:
system(f"conan export {pkg}")
for pkg in packages:
system(f"conan create {pkg} -s=build_type=Release -k -b=outdated")
system(f"conan create {pkg} -s=build_type=Debug -k -b=outdated")
system(f"conan create {pkg} -pr=\"./.conan-profiles/{conan_profile}\" -k -b=outdated")
data = list(filter(lambda k: 'anotherfoxguy' in k, subprocess.run(