mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Execute unit tests on MacOS
This commit is contained in:
parent
3ab7e9e7ff
commit
e3ec7e8c86
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ jobs:
|
|||
cmake -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=1 -DNO_GUI=1 ..
|
||||
make
|
||||
displayName: 'Compile fluidsynth'
|
||||
- script: |
|
||||
cd build || exit -1
|
||||
make check || exit -1
|
||||
displayName: 'Execute Unittests'
|
||||
|
||||
- job: Windows
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue