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
a1beb3a2
Commit
a1beb3a2
authored
May 03, 2017
by
Florian Hindenlang
Browse files
gitlab-ci modification.
parent
6f1b93ea
Pipeline
#11966
failed with stages
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a1beb3a2
...
...
@@ -11,12 +11,10 @@ stages:
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
-
rm -rf build_debug ||
true
-
mkdir -p build_debug
-
c
p
ode-1
/rk_solve
build_debug/
.
-
cp
ode-1/std*
build_debug/.
-
c
d
ode-1
; make clean ; make DEBUG=yes 2>../build_debug/stderr 1>../
build_debug/
stdout
-
cp
rk_solve ../
build_debug/.
artifacts
:
untracked
:
true
when
:
always
...
...
@@ -26,12 +24,10 @@ build_debug:
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
-
rm -rf build_release ||
true
-
mkdir -p build_release
-
c
p
ode-1
/rk_solve build_release/.
-
cp
ode-1/std*
build_release/.
-
c
d
ode-1
; make clean ; make DEBUG=no 2>../build_release/stderr 1>../build_release/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