summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-11 02:03:49 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2020-12-11 08:01:30 +0100
commit175093dc6902a8074293aac52af9b51f88725cd8 (patch)
treee43fd0c537d8242d4d827bd935b7018b5e8d8c90 /.github
parentffd48b96f995515e1d4ba626036d171a452ee7f1 (diff)
GitHub Actions: Add debian source packaging
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e996b06ee..5ee3a76f02 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -250,6 +250,11 @@ jobs:
run: cpack -G ${{ matrix.cpack_generator }} -V
working-directory: cmake_build
+ - name: "Package for PPA"
+ if: startsWith(matrix.os, 'ubuntu')
+ run: cpack -G External -DDEB_SOURCEPKG=ON
+ working-directory: cmake_build
+
- name: "[macOS] Sign Package"
if: runner.os == 'macOS' && env.MACOS_CODESIGN_OPENSSL_PASSWORD != null && env.MACOS_CODESIGN_CERTIFICATE_PASSWORD != null
run: codesign --verbose=4 --options runtime --sign "${APPLE_CODESIGN_IDENTITY}" --entitlements ../build/osx/entitlements.plist *.dmg