Skip to content
Snippets Groups Projects
Commit 0a67f278 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

deployment stage in gitlab-ci added

parent da29c5ea
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -138,7 +138,7 @@ test:9-parallel-release-gcc: ...@@ -138,7 +138,7 @@ test:9-parallel-release-gcc:
package:9-debug-gcc: package:9-debug-gcc:
stage: package stage: package
script: script:
- cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake - cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
artifacts: artifacts:
paths: paths:
- debian_package/amdis-dbg/amdis*.deb - debian_package/amdis-dbg/amdis*.deb
...@@ -148,7 +148,7 @@ package:9-debug-gcc: ...@@ -148,7 +148,7 @@ package:9-debug-gcc:
package:9-release-gcc: package:9-release-gcc:
stage: package stage: package
script: script:
- cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake - cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
artifacts: artifacts:
paths: paths:
- debian_package/amdis/amdis*.deb - debian_package/amdis/amdis*.deb
...@@ -158,7 +158,7 @@ package:9-release-gcc: ...@@ -158,7 +158,7 @@ package:9-release-gcc:
package:9-parallel-debug-gcc: package:9-parallel-debug-gcc:
stage: package stage: package
script: script:
- cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake - cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
artifacts: artifacts:
paths: paths:
- debian_package/amdis-dbg/amdis-par-dbg*.deb - debian_package/amdis-dbg/amdis-par-dbg*.deb
...@@ -168,7 +168,7 @@ package:9-parallel-debug-gcc: ...@@ -168,7 +168,7 @@ package:9-parallel-debug-gcc:
package:9-parallel-release-gcc: package:9-parallel-release-gcc:
stage: package stage: package
script: script:
- cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake - cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
artifacts: artifacts:
paths: paths:
- debian_package/amdis-dbg/amdis-par*.deb - debian_package/amdis-dbg/amdis-par*.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment