Travis: Build server too for UNIX
authorLoïc Blot <lblot@infopro-digital.com>
Wed, 4 Jan 2017 13:36:51 +0000 (14:36 +0100)
committerNer'zhul <nerzhul@users.noreply.github.com>
Wed, 4 Jan 2017 14:13:17 +0000 (15:13 +0100)
util/travis/script.sh

index 1bafb26cdab56478bdf81f64c547cb32d74e28b3..24a74d18606c251b5b8fc4db20443d6e764d2007 100755 (executable)
@@ -21,6 +21,7 @@ if [[ $PLATFORM == "Unix" ]]; then
        cmake -DCMAKE_BUILD_TYPE=Debug \
                -DRUN_IN_PLACE=TRUE \
                -DENABLE_GETTEXT=TRUE \
+               -DBUILD_SERVER=TRUE \
                $CMAKE_FLAGS ..
        make -j2
        echo "Running unit tests."