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
61920e88
Commit
61920e88
authored
May 03, 2017
by
Florian Hindenlang
Browse files
gitlab-ci modification.
parent
9459d07d
Pipeline
#11971
failed with stages
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
61920e88
...
...
@@ -16,7 +16,7 @@ build_debug:
-
cd ode-1 ; make clean ; make DEBUG=yes 2>../build_debug/stderr 1>../build_debug/stdout
-
cd ..
-
cat build_debug/stdout
-
cp
rk_solve build_debug/.
-
mv ode-1/
rk_solve build_debug/.
artifacts
:
untracked
:
true
when
:
always
...
...
@@ -30,9 +30,8 @@ build_release:
-
mkdir -p build_release
-
cd ode-1 ; make clean
-
make DEBUG=no 2>../build_release/stderr 1>../build_release/stdout
-
cd ..
-
cat build_release/stdout
-
cp
rk_solve build_release/.
-
mv ode-1/
rk_solve 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