ci: make sure we fail the build and pass on the non zero exit code

So far we just kept going on when one of the make targets failed with
the next one.
This commit is contained in:
Stefan Schmidt 2018-02-08 10:45:24 +01:00
parent b380e63b07
commit 22794846f4
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
PARALLEL_JOBS=10
CI_BUILD_TYPE=$1

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
COPTS="--with-crypto=none --disable-pulseaudio --disable-cxx-bindings"
PARALLEL_JOBS=10