From 8e45939a08a9ab20710d4c75bd0824582abed749 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 21 Jul 2014 02:25:22 +0200 Subject: cosmetic --- tests/travis/build-and-test.sh | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 tests/travis/build-and-test.sh (limited to 'tests/travis/build-and-test.sh') 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 -- cgit v1.2.3