Skip to content

Commit

Permalink
travis: build unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Apr 7, 2018
1 parent bd5b2f9 commit fdc943b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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

0 comments on commit fdc943b

Please sign in to comment.