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
iwr
amdis
Commits
f8cc0645
Commit
f8cc0645
authored
Oct 27, 2016
by
Praetorius, Simon
Browse files
gitlab-ci updated
parent
e094bc1a
Pipeline
#600
failed with stages
in 242 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f8cc0645
---
image
:
mathiwr/amdis-base:debian9
cache
:
key
:
"
$CI_BUILD_REF_NAME"
untracked
:
true
paths
:
-
install/
stages
:
-
build
-
demo
...
...
@@ -12,9 +18,6 @@ build:9-debug-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Debug
artifacts
:
paths
:
-
install/
only
:
-
master
...
...
@@ -22,9 +25,6 @@ build:9-release-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Release
artifacts
:
paths
:
-
install/
only
:
-
master
...
...
@@ -32,9 +32,6 @@ build:9-parallel-debug-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Debug --parallel
artifacts
:
paths
:
-
install/
only
:
-
master
...
...
@@ -42,9 +39,6 @@ build:9-parallel-release-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Release --parallel
artifacts
:
paths
:
-
install/
only
:
-
master
...
...
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