Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Hindenlang
test_gitlabCI
Commits
b3e3fdce
Commit
b3e3fdce
authored
May 03, 2017
by
Florian Hindenlang
Browse files
bugfix in gitlab-ci
parent
42d43dc3
Pipeline
#11964
failed with stages
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3e3fdce
...
...
@@ -12,6 +12,7 @@ build_debug:
stage
:
build
script
:
-
cd ode-1 ; make clean ; make DEBUG=yes 2>stderr 1>stdout
-
cat stdout; cat stderr
-
cd .. ; rm -rf build_debug ||
true
-
mkdir -p build_debug
-
cp ode-1/rk_solve build_debug/.
...
...
@@ -26,10 +27,11 @@ build_release:
stage
:
build
script
:
-
cd ode-1 ; make clean ; make DEBUG=no 2>stderr 1>stdout
-
cat stdout; cat stderr
-
cd .. ; rm -rf build_release ||
true
-
mkdir -p build_release
-
cp ode-1/rk_solve build_release/.
-
cp ode-1/stderr ode-1/stdout build_
debug
/.
-
cp ode-1/stderr ode-1/stdout build_
release
/.
artifacts
:
untracked
:
true
when
:
always
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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