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
0a67f278
Commit
0a67f278
authored
Nov 02, 2016
by
Praetorius, Simon
Browse files
deployment stage in gitlab-ci added
parent
da29c5ea
Pipeline
#610
canceled with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0a67f278
...
...
@@ -138,7 +138,7 @@ test:9-parallel-release-gcc:
package:9-debug-gcc:
stage
:
package
script
:
-
cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/packag
e
/debian/create_package.cmake
-
cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/packag
ing
/debian/create_package.cmake
artifacts
:
paths
:
-
debian_package/amdis-dbg/amdis*.deb
...
...
@@ -148,7 +148,7 @@ package:9-debug-gcc:
package:9-release-gcc:
stage
:
package
script
:
-
cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/packag
e
/debian/create_package.cmake
-
cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/packag
ing
/debian/create_package.cmake
artifacts
:
paths
:
-
debian_package/amdis/amdis*.deb
...
...
@@ -158,7 +158,7 @@ package:9-release-gcc:
package:9-parallel-debug-gcc:
stage
:
package
script
:
-
cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/packag
e
/debian/create_package.cmake
-
cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/packag
ing
/debian/create_package.cmake
artifacts
:
paths
:
-
debian_package/amdis-dbg/amdis-par-dbg*.deb
...
...
@@ -168,7 +168,7 @@ package:9-parallel-debug-gcc:
package:9-parallel-release-gcc:
stage
:
package
script
:
-
cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/packag
e
/debian/create_package.cmake
-
cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/packag
ing
/debian/create_package.cmake
artifacts
:
paths
:
-
debian_package/amdis-dbg/amdis-par*.deb
...
...
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