Breaking unit tests for WindowsXP should be fatal

This commit is contained in:
derselbst 2020-12-19 14:42:17 +01:00
parent b14265cf99
commit e5f5bb5471

View file

@ -65,7 +65,6 @@ jobs:
cd build || exit -1
cmake --build . --config Release --target check || exit -1
displayName: 'Execute Unittests'
continueOnError: 'true'
- script: |
@ECHO ON
cd build