Skip to content
Snippets Groups Projects
Commit e358e641 authored by Jan Möbius's avatar Jan Möbius
Browse files

Exit build scripts on any error

parent e8fa744a
No related branches found
No related tags found
1 merge request!41Cdt fix 5.1
Pipeline #
......@@ -3,6 +3,9 @@
COMPILER=$1
LANGUAGE=$2
# Exit script on any error
set -e
OPTIONS=""
if [ "$COMPILER" == "gcc" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment