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