Execute unit tests on MacOS

This commit is contained in:
derselbst 2019-08-08 20:28:33 +02:00
parent 3ab7e9e7ff
commit e3ec7e8c86

View file

@ -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: