chore: disable tests on appveyor

This commit is contained in:
sudden6 2022-12-08 12:16:32 +01:00
parent ad2375ffe9
commit 3fa85e5322
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -19,12 +19,12 @@ for:
only:
- job_name: static
before_build:
- conan install -if _build -o with_tests=True .
- conan install -if _build -o with_tests=False .
- matrix:
only:
- job_name: shared
before_build:
- conan install -if _build -o with_tests=True -o shared=True .
- conan install -if _build -o with_tests=False -o shared=True .
build_script:
- set CONAN_CPU_COUNT=50