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