Exit build scripts on any error

This commit is contained in:
Jan Möbius
2015-11-25 12:00:41 +01:00
parent e8fa744a07
commit e358e64106

View File

@@ -3,6 +3,9 @@
COMPILER=$1
LANGUAGE=$2
# Exit script on any error
set -e
OPTIONS=""
if [ "$COMPILER" == "gcc" ]; then