aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2019-09-04 14:08:39 +0300
committerLNJ <lnj@kaidan.im>2019-09-04 19:36:59 +0200
commit499b6567a9b3f9838a0d0f082d8baabd05414ff9 (patch)
treee0f1ec50f6176f1193386f53b4ef02110f696619 /tests
parente681ec9551aaaa102810a789368ae18b4fadb410 (diff)
downloadqxmpp-499b6567a9b3f9838a0d0f082d8baabd05414ff9.tar.gz
travis: show as much build errors as possible
Without this option `make` tool stops build after first found build error.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/build-and-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test
index f677f4a8..ba766999 100755
--- a/tests/travis/build-and-test
+++ b/tests/travis/build-and-test
@@ -33,7 +33,7 @@ fi
mkdir build
cd build
cmake .. $CMAKE_ARGS
-make
+make -k
# run tests
make test