mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
Re-enable unit tests with mingw
and allow them to fail to ensure build artifacts are being published
This commit is contained in:
parent
f6276a14ab
commit
9cd0fbdbf8
1 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,7 @@ jobs:
|
|||
cd build || exit -1
|
||||
cmake --build . --config Release --target check || exit -1
|
||||
displayName: 'Execute Unittests'
|
||||
continueOnError: 'true'
|
||||
- script: |
|
||||
@ECHO ON
|
||||
cd build
|
||||
|
@ -204,8 +205,9 @@ jobs:
|
|||
set PATH=%PATH:C:\Program Files\Git\bin;=%
|
||||
set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
|
||||
cd build || exit -1
|
||||
mingw32-make.exe check || cd .
|
||||
mingw32-make.exe check || exit -1
|
||||
displayName: 'Execute Unittests'
|
||||
continueOnError: 'true'
|
||||
- script: |
|
||||
@ECHO ON
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue