From c96cb376805a00b512e58a5efc7c2caf376d8f75 Mon Sep 17 00:00:00 2001 From: Marco Trevisan Date: Fri, 16 Mar 2018 15:39:29 +0100 Subject: [PATCH] Travis flags update (#4506) * travis: don't build alsoft tools, examples and tests * travis: don't try to build with mir client support --- .travis/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index 5e48f5e4b..161301b35 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -486,6 +486,9 @@ buildOpenAL() { -D CMAKE_INSTALL_PREFIX=$OPENAL_PATH \ -D CMAKE_BUILD_TYPE=Release \ -D LIBTYPE=STATIC \ + -D ALSOFT_EXAMPLES=OFF \ + -D ALSOFT_TESTS=OFF \ + -D ALSOFT_UTILS=OFF \ .. make $MAKE_ARGS sudo make install @@ -608,7 +611,7 @@ buildCustomQt() { ./configure -prefix $QT_PATH -release -opensource -confirm-license -qt-zlib \ -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \ -qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static \ - -nomake examples -nomake tests \ + -nomake examples -nomake tests -no-mirclient \ -dbus-runtime -no-gstreamer -no-mtdev # <- Not sure about these make $MAKE_ARGS sudo make install