Don't ignore build/test failures in Appveyor

This commit is contained in:
Robin Linden 2022-01-08 18:41:51 +01:00
parent 5ab301ecab
commit 11c9c05213
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -16,5 +16,4 @@ test_script:
- set CONAN_CPU_COUNT=50
- set CTEST_OUTPUT_ON_FAILURE=1
- conan install -if _build -o with_tests=True .
- conan build -bf _build -if _build . &
exit 0
- conan build -bf _build -if _build .