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
09743378
Commit
09743378
authored
May 04, 2017
by
Florian Hindenlang
Browse files
gitlab-ci modification.
parent
8ed97824
Pipeline
#12003
passed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
09743378
...
...
@@ -5,6 +5,7 @@ stages:
# ---------------------------------------------------------------------------------------------------------------------------------
# Stage "build"
# v>9 artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
# ---------------------------------------------------------------------------------------------------------------------------------
build_debug
:
stage
:
build
...
...
@@ -16,7 +17,7 @@ build_debug:
-
cat build_debug/stdout
-
mv ode-1/rk_solve build_debug/.
artifacts
:
name
:
"
${CI_
JOB
_NAME}_${CI_
COMMIT
_REF_NAME}"
name
:
"
${CI_
BUILD
_NAME}_${CI_
BUILD
_REF_NAME}"
untracked
:
true
expire_in
:
4 weeks
when
:
always
...
...
@@ -34,7 +35,7 @@ build_release:
-
cat build_release/stdout
-
mv ode-1/rk_solve build_release/.
artifacts
:
name
:
"
${CI_
JOB
_NAME}_${CI_
COMMIT
_REF_NAME}"
name
:
"
${CI_
BUILD
_NAME}_${CI_
BUILD
_REF_NAME}"
untracked
:
true
expire_in
:
4 weeks
when
:
always
...
...
@@ -49,7 +50,7 @@ test_debug:
script
:
-
cd testing ; python3 run_tests.py -execpath build_debug/rk_solve
artifacts
:
name
:
"
${CI_
JOB
_NAME}_${CI_
COMMIT
_REF_NAME}"
name
:
"
${CI_
BUILD
_NAME}_${CI_
BUILD
_REF_NAME}"
untracked
:
true
expire_in
:
4 weeks
when
:
always
...
...
@@ -61,7 +62,7 @@ test_release:
script
:
-
cd testing ; python3 run_tests.py -execpath build_release/rk_solve
artifacts
:
name
:
"
${CI_
JOB
_NAME}_${CI_
COMMIT
_REF_NAME}"
name
:
"
${CI_
BUILD
_NAME}_${CI_
BUILD
_REF_NAME}"
untracked
:
true
expire_in
:
4 weeks
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