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
azubieta
plasma-appimage-integration
Commits
67a14d3c
Verified
Commit
67a14d3c
authored
Jul 17, 2019
by
azubieta
Browse files
Label generated packages with the target system
parent
29e3984d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
67a14d3c
## AppImage
build:deb:
build:
neon-user-lts-
deb:
image
:
kdeneon/plasma:user-lts
stage
:
build
before_script
:
...
...
@@ -9,7 +9,7 @@ build:deb:
script
:
-
cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DCMAKE_BUILD_TYPE=Release .
-
make -j`nproc`
-
cpack -G DEB
-
cpack -G DEB
-R 0.1.0-neon-user-lts
artifacts
:
paths
:
-
plasma-appimage-integration*.deb
dist/deb/CMakeLists.txt
View file @
67a14d3c
# Debian packaging global options
set
(
CPACK_DEBIAN_COMPRESSION_TYPE xz PARENT_SCOPE
)
set
(
CPACK_DEBIAN_FILE_NAME DEB-DEFAULT PARENT_SCOPE
)
set
(
CPACK_DEBIAN_PACKAGE_PROVIDES appimage-services PARENT_SCOPE
)
set
(
CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON PARENT_SCOPE
)
...
...
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