mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-14 03:41:40 +00:00
travis: build unit tests
This commit is contained in:
parent
bd5b2f9a9c
commit
fdc943b8ad
1 changed files with 2 additions and 0 deletions
|
@ -202,3 +202,5 @@ script:
|
|||
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/fluidsynth_install ${CMAKE_FLAGS} "-Denable-portaudio=1" "-Denable-ladspa=1" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ..
|
||||
- make -j4
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then make install; fi # install only on linux, as CMAKE_INSTALL_PREFIX is ignored for frameworks on macosx and I cant tell whether that's correct or a bug
|
||||
- cmake -Denable-tests=1 ..
|
||||
- make check
|
||||
|
|
Loading…
Reference in a new issue