From fdc943b8adaa2fe88b282ddb70d4724ae29c52e2 Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 6 Apr 2018 20:22:53 +0200 Subject: [PATCH] travis: build unit tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d165744e..90b093da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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