Skip to content

Commit 11c9c05

Browse files
committed
Don't ignore build/test failures in Appveyor
1 parent 5ab301e commit 11c9c05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ test_script:
1616
- set CONAN_CPU_COUNT=50
1717
- set CTEST_OUTPUT_ON_FAILURE=1
1818
- conan install -if _build -o with_tests=True .
19-
- conan build -bf _build -if _build . &
20-
exit 0
19+
- conan build -bf _build -if _build .

0 commit comments

Comments
 (0)