diff options
Diffstat (limited to 'tests/travis/build-and-test.sh')
| -rwxr-xr-x | tests/travis/build-and-test.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/travis/build-and-test.sh b/tests/travis/build-and-test.sh deleted file mode 100755 index b0658ec2..00000000 --- a/tests/travis/build-and-test.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -set -e - -BUILD_FLAGS="" - -if [ -n "$CC" ]; then - BUILD_FLAGS="$BUILD_FLAGS QMAKE_CC=$CC" -fi - - -if [ -n "$CXX" ]; then - BUILD_FLAGS="$BUILD_FLAGS QMAKE_CXX=$CXX" -fi - -case "$CONFIG" in -full*) - BUILD_FLAGS="$BUILD_FLAGS QXMPP_USE_SPEEX=1 QXMPP_USE_THEORA=1" - ;; -esac - -case "$CONFIG" in -*static) - BUILD_FLAGS="$BUILD_FLAGS QXMPP_LIBRARY_TYPE=staticlib" - ;; -esac - -qmake $BUILD_FLAGS -make VERBOSE=1 - -tests/run.py |
