CI: Loop through tests
the build failed Details

This commit is contained in:
tastytea 2019-01-02 06:09:44 +01:00
parent e568a64129
commit 3c879d6eb4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@ pipeline:
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TESTS=1 ..
- make VERBOSE=1
- ./test_ltr_symmetric
- ./test_ltr_asymmetric
- ./test_sigil
- for test in test_*; do ${test}; done
- make install DESTDIR=install
- make package
- cmake -DWITH_DEB=ON ..