Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
e358e641
Commit
e358e641
authored
Nov 25, 2015
by
Jan Möbius
Browse files
Exit build scripts on any error
parent
e8fa744a
Pipeline
#117
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
e358e641
...
...
@@ -3,6 +3,9 @@
COMPILER
=
$1
LANGUAGE
=
$2
# Exit script on any error
set
-e
OPTIONS
=
""
if
[
"
$COMPILER
"
==
"gcc"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment