Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
da29c5ea
Commit
da29c5ea
authored
Nov 02, 2016
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deployment stage in gitlab-ci added
parent
d0a00ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
da29c5ea
...
...
@@ -138,7 +138,7 @@ test:9-parallel-release-gcc:
package:9-debug-gcc:
stage
:
package
script
:
-
cmake
-P
-DCONFIG=Debug -DCOMPONENT=SEQUENTIAL tools/package/debian/create_package.cmake
-
cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL
-P
tools/package/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
-P
-DCONFIG=Release -DCOMPONENT=SEQUENTIAL tools/package/debian/create_package.cmake
-
cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL
-P
tools/package/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
-P
-DCONFIG=Debug -DCOMPONENT=PARALLEL tools/package/debian/create_package.cmake
-
cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL
-P
tools/package/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
-P
-DCONFIG=Release -DCOMPONENT=PARALLEL tools/package/debian/create_package.cmake
-
cmake -DCONFIG=Release -DCOMPONENT=PARALLEL
-P
tools/package/debian/create_package.cmake
artifacts
:
paths
:
-
debian_package/amdis-dbg/amdis-par*.deb
...
...
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