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
6ee6d868
Commit
6ee6d868
authored
May 03, 2017
by
Florian Hindenlang
Browse files
no cache
parent
764656f2
Pipeline
#11962
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6ee6d868
...
...
@@ -5,13 +5,6 @@ stages:
-
test
-
final_clean
cache
:
key
:
"
$CI_BUILD_REF"
paths
:
-
build_debug/
-
build_release/
-
testing/
# ---------------------------------------------------------------------------------------------------------------------------------
# Stage "build"
# ---------------------------------------------------------------------------------------------------------------------------------
...
...
@@ -23,9 +16,10 @@ build_debug:
-
mkdir -p build_debug
-
cp ode-1/rk_solve build_debug/.
artifacts
:
untracked
:
true
when
:
always
paths
:
-
build_debug
untracked
:
true
build_release
:
stage
:
build
...
...
@@ -35,9 +29,10 @@ build_release:
-
mkdir -p build_release
-
cp ode-1/rk_solve build_release/.
artifacts
:
untracked
:
true
when
:
always
paths
:
-
build_release
untracked
:
true
# ---------------------------------------------------------------------------------------------------------------------------------
# Stage "error_clean_build": 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