summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-10 18:52:46 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-10 18:52:46 +0200
commit7ebb0afd4ec1949f169589ac98438a1322454b1c (patch)
tree89fc7cef576723f6c352113958ebceda677c4b9d
parentDon't run start test under gcov (diff)
downloadcuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar.gz
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar.bz2
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar.lz
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar.xz
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.tar.zst
cuberite-7ebb0afd4ec1949f169589ac98438a1322454b1c.zip
-rwxr-xr-xCIbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 0e17f6e64..20785a488 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
-
+
+set -e
+
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;