diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-31 17:17:58 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-31 17:17:58 +0200 |
| commit | a441067fe579080f427351929b64861709a5e9ee (patch) | |
| tree | 1a1456c484aaa65d298f95f4493351e6d3e8b532 /tests | |
| parent | 575193d32f31b5c9acae2e4ffa4d2781b445942a (diff) | |
| download | qxmpp-a441067fe579080f427351929b64861709a5e9ee.tar.gz | |
[travis] test debug builds
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/travis/build-and-test | 8 |
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 |
