diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-10 18:52:46 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-10 18:52:46 +0200 |
commit | 7ebb0afd4ec1949f169589ac98438a1322454b1c (patch) | |
tree | 89fc7cef576723f6c352113958ebceda677c4b9d | |
parent | Don't run start test under gcov (diff) | |
download | cuberite-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-x | CIbuild.sh | 4 |
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; |