Another approach to make ""mp-units:CONAN_RUN_TESTS" work correctly

This commit is contained in:
Mateusz Pusz
2020-06-22 16:55:15 +02:00
parent 7445a2bcf1
commit 4d6e1d9330
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
env:
global:
- mp-units:CONAN_RUN_TESTS: TRUE
linux: &linux
os: linux
dist: xenial

View File

@@ -26,4 +26,5 @@ if __name__ == "__main__":
builder.add_common_builds(pure_c=False)
for settings, options, env_vars, build_requires, reference in builder.items:
settings["compiler.cppstd"] = "20"
env_vars["mp-units:CONAN_RUN_TESTS"] = "True"
builder.run()