Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
6a705e50
Commit
6a705e50
authored
Oct 30, 2016
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed gitlab-ci configuration to use artifacts
parent
f8cc0645
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
.gitlab-ci.yml
.gitlab-ci.yml
+20
-6
No files found.
.gitlab-ci.yml
View file @
6a705e50
---
---
image
:
mathiwr/amdis-base:debian9
image
:
mathiwr/amdis-base:debian9
cache
:
key
:
"
$CI_BUILD_REF_NAME"
untracked
:
true
paths
:
-
install/
stages
:
stages
:
-
build
-
build
-
demo
-
demo
...
@@ -18,6 +12,11 @@ build:9-debug-gcc:
...
@@ -18,6 +12,11 @@ build:9-debug-gcc:
stage
:
build
stage
:
build
script
:
script
:
-
tools/build_amdis.sh --stage build --config Debug
-
tools/build_amdis.sh --stage build --config Debug
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
only
:
-
master
-
master
...
@@ -25,6 +24,11 @@ build:9-release-gcc:
...
@@ -25,6 +24,11 @@ build:9-release-gcc:
stage
:
build
stage
:
build
script
:
script
:
-
tools/build_amdis.sh --stage build --config Release
-
tools/build_amdis.sh --stage build --config Release
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
only
:
-
master
-
master
...
@@ -32,6 +36,11 @@ build:9-parallel-debug-gcc:
...
@@ -32,6 +36,11 @@ build:9-parallel-debug-gcc:
stage
:
build
stage
:
build
script
:
script
:
-
tools/build_amdis.sh --stage build --config Debug --parallel
-
tools/build_amdis.sh --stage build --config Debug --parallel
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
only
:
-
master
-
master
...
@@ -39,6 +48,11 @@ build:9-parallel-release-gcc:
...
@@ -39,6 +48,11 @@ build:9-parallel-release-gcc:
stage
:
build
stage
:
build
script
:
script
:
-
tools/build_amdis.sh --stage build --config Release --parallel
-
tools/build_amdis.sh --stage build --config Release --parallel
artifacts
:
paths
:
-
install/
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 hrs
only
:
only
:
-
master
-
master
...
...
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