diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-03 12:22:48 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-03 12:22:48 +0200 |
commit | 0ca6f0ddd0f1739e4e4b492e29c43c50694baa5c (patch) | |
tree | 6b9559de2bf9513dba9ecbd4578078197504c160 /.ci | |
parent | Use std::exception for the login response (diff) | |
download | nheko-0ca6f0ddd0f1739e4e4b492e29c43c50694baa5c.tar.xz |
Bump gcc and clang version
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/linux/run-tests.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/linux/run-tests.sh b/.ci/linux/run-tests.sh index ae0c7b77..dc9e303c 100755 --- a/.ci/linux/run-tests.sh +++ b/.ci/linux/run-tests.sh @@ -2,7 +2,6 @@ set -evx -cmake -DBUILD_TESTS=ON -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -make -C build -j2 +cmake -DBUILD_TESTS=ON -H. -Bbuild && cmake --build build cd build && GTEST_COLOR=1 ctest --verbose |