aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-31 17:17:58 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-31 17:17:58 +0200
commita441067fe579080f427351929b64861709a5e9ee (patch)
tree1a1456c484aaa65d298f95f4493351e6d3e8b532 /tests
parent575193d32f31b5c9acae2e4ffa4d2781b445942a (diff)
downloadqxmpp-a441067fe579080f427351929b64861709a5e9ee.tar.gz
[travis] test debug builds
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/build-and-test8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test
index c9bed994..4aad8342 100755
--- a/tests/travis/build-and-test
+++ b/tests/travis/build-and-test
@@ -19,7 +19,13 @@ full*)
esac
case "$CONFIG" in
-*static)
+*debug*)
+ QMAKE_ARGS="$QMAKE_ARGS CONFIG+=debug"
+ ;;
+esac
+
+case "$CONFIG" in
+*static*)
QMAKE_ARGS="$QMAKE_ARGS QXMPP_LIBRARY_TYPE=staticlib"
;;
esac