Exit build scripts on any error
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
COMPILER=$1
|
||||
LANGUAGE=$2
|
||||
|
||||
# Exit script on any error
|
||||
set -e
|
||||
|
||||
OPTIONS=""
|
||||
|
||||
if [ "$COMPILER" == "gcc" ]; then
|
||||
|
||||
Reference in New Issue
Block a user