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
764656f2
Commit
764656f2
authored
May 03, 2017
by
Florian Hindenlang
Browse files
keep artefacts of tests always...
parent
4dc10e15
Pipeline
#11961
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
764656f2
...
...
@@ -56,18 +56,20 @@ test_debug:
script
:
-
cd testing ; python3 run_tests.py -execpath build_debug/rk_solve
artifacts
:
untracked
:
true
when
:
always
paths
:
-
testing
untracked
:
true
test_release
:
stage
:
test
script
:
-
cd testing ; python3 run_tests.py -execpath build_release/rk_solve
artifacts
:
untracked
:
true
when
:
always
paths
:
-
testing
untracked
:
true
# ---------------------------------------------------------------------------------------------------------------------------------
# Stage "final_clean": delete build folders if previous builds fail and exit
# ---------------------------------------------------------------------------------------------------------------------------------
...
...
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