We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2375f commit 3fa85e5Copy full SHA for 3fa85e5
appveyor.yml
@@ -19,12 +19,12 @@ for:
19
only:
20
- job_name: static
21
before_build:
22
- - conan install -if _build -o with_tests=True .
+ - conan install -if _build -o with_tests=False .
23
- matrix:
24
25
- job_name: shared
26
27
- - conan install -if _build -o with_tests=True -o shared=True .
+ - conan install -if _build -o with_tests=False -o shared=True .
28
29
build_script:
30
- set CONAN_CPU_COUNT=50
0 commit comments