summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-03 12:22:48 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-03 12:22:48 +0200
commit0ca6f0ddd0f1739e4e4b492e29c43c50694baa5c (patch)
tree6b9559de2bf9513dba9ecbd4578078197504c160 /.ci
parentUse std::exception for the login response (diff)
downloadnheko-0ca6f0ddd0f1739e4e4b492e29c43c50694baa5c.tar.xz
Bump gcc and clang version
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux/run-tests.sh3
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