1
0
Fork 0

Fail build on error

This commit is contained in:
Tycho 2014-05-10 17:52:46 +01:00
parent 4e6499c1c2
commit 7ebb0afd4e
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
make -j 2 test;