Skip to content

Commit

Permalink
testworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catango committed Oct 20, 2024
1 parent 9003f5b commit 2e285e2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build_debpkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build scream receiver for debian
on: [push]
jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: debian/latest
sparse-checkout: |
Receivers/unix
sparse-checkout-cone-mode: false
- uses: jtdor/build-deb-action@v1
id: build
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
source-dir: Receivers/unix

- uses: actions/upload-artifact@v4
with:
name: scream-receiver-deb
path: ${{ steps.build.outputs.artifacts-dir }}

0 comments on commit 2e285e2

Please sign in to comment.