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
Heisch, Benjamin
APAL
Commits
e9ac8991
Commit
e9ac8991
authored
Aug 01, 2020
by
Benjamin Heisch
Browse files
added update and dependencies in package step. Also removed temporary the rpm packagere
parent
20736f03
Pipeline
#19059
passed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9ac8991
...
...
@@ -52,11 +52,13 @@ debian_test:
docker-deploy-linux-x64
:
image
:
debian:buster-slim
stage
:
deploy
before_script
:
-
apt update
-
DEBIAN_FRONTEND=noninteractive apt --yes install cmake rpm
script
:
-
cd build/Release
-
echo Y | apt install rpm
-
cpack -G DEB .
-
cpack -G RPM .
#
- cpack -G RPM .
-
cpack -G ZIP .
dependencies
:
-
debian_buster_x64_build
...
...
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