Skip to content
GitLab
Menu
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
878ca07b
Commit
878ca07b
authored
May 04, 2017
by
Florian Hindenlang
Browse files
gitlab.ci update
parent
b04f822c
Pipeline
#12053
passed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
878ca07b
...
...
@@ -9,6 +9,8 @@ stages:
# ---------------------------------------------------------------------------------------------------------------------------------
build_code
:
stage
:
build
tags
:
-
vm_linux
script
:
-
rm -rf build ||
true
-
mkdir -p build
...
...
@@ -24,6 +26,8 @@ build_code:
# ---------------------------------------------------------------------------------------------------------------------------------
test_code
:
stage
:
test
tags
:
-
vm_linux
cache
:
key
:
build_cache
paths
:
...
...
Write
Preview
Supports
Markdown
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