Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
764656f2
...
@@ -56,18 +56,20 @@ test_debug:
...
@@ -56,18 +56,20 @@ test_debug:
script
:
script
:
-
cd testing ; python3 run_tests.py -execpath build_debug/rk_solve
-
cd testing ; python3 run_tests.py -execpath build_debug/rk_solve
artifacts
:
artifacts
:
untracked
:
true
when
:
always
paths
:
paths
:
-
testing
-
testing
untracked
:
true
test_release
:
test_release
:
stage
:
test
stage
:
test
script
:
script
:
-
cd testing ; python3 run_tests.py -execpath build_release/rk_solve
-
cd testing ; python3 run_tests.py -execpath build_release/rk_solve
artifacts
:
artifacts
:
untracked
:
true
when
:
always
paths
:
paths
:
-
testing
-
testing
untracked
:
true
# ---------------------------------------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------------------------------------------------
# Stage "final_clean": delete build folders if previous builds fail and exit
# Stage "final_clean": delete build folders if previous builds fail and exit
# ---------------------------------------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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