diff options
| author | Boris Pek <tehnick-8@yandex.ru> | 2019-09-04 14:08:39 +0300 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-09-04 19:36:59 +0200 |
| commit | 499b6567a9b3f9838a0d0f082d8baabd05414ff9 (patch) | |
| tree | e0f1ec50f6176f1193386f53b4ef02110f696619 /tests | |
| parent | e681ec9551aaaa102810a789368ae18b4fadb410 (diff) | |
| download | qxmpp-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-x | tests/travis/build-and-test | 2 |
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 |
