diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-07-21 02:25:22 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-07-21 02:25:22 +0200 |
| commit | 8e45939a08a9ab20710d4c75bd0824582abed749 (patch) | |
| tree | 03a86873be650647fc195cd1324959d4a5e326ee /tests/travis/build-and-test.sh | |
| parent | b3c174b17a35dd552ef24f9a9a88620a666063dc (diff) | |
| download | qxmpp-8e45939a08a9ab20710d4c75bd0824582abed749.tar.gz | |
cosmetic
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 |
