Skip to content

Commit 3fa85e5

Browse files
committed
chore: disable tests on appveyor
1 parent ad2375f commit 3fa85e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ for:
1919
only:
2020
- job_name: static
2121
before_build:
22-
- conan install -if _build -o with_tests=True .
22+
- conan install -if _build -o with_tests=False .
2323
- matrix:
2424
only:
2525
- job_name: shared
2626
before_build:
27-
- conan install -if _build -o with_tests=True -o shared=True .
27+
- conan install -if _build -o with_tests=False -o shared=True .
2828

2929
build_script:
3030
- set CONAN_CPU_COUNT=50

0 commit comments

Comments
 (0)