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
Aland, Sebastian
amdis
Commits
6a705e50
Commit
6a705e50
authored
Oct 30, 2016
by
Praetorius, Simon
Browse files
changed gitlab-ci configuration to use artifacts
parent
f8cc0645
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6a705e50
---
image
:
mathiwr/amdis-base:debian9
cache
:
key
:
"
$CI_BUILD_REF_NAME"
untracked
:
true
paths
:
-
install/
stages
:
-
build
-
demo
...
...
@@ -18,6 +12,11 @@ build:9-debug-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Debug
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
-
master
...
...
@@ -25,6 +24,11 @@ build:9-release-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Release
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
-
master
...
...
@@ -32,6 +36,11 @@ build:9-parallel-debug-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Debug --parallel
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
-
master
...
...
@@ -39,6 +48,11 @@ build:9-parallel-release-gcc:
stage
:
build
script
:
-
tools/build_amdis.sh --stage build --config Release --parallel
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
-
master
...
...
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