forked from cramer/pcapmirror
github action test to build package
This commit is contained in:
13
.github/workflows/docker-ci.yml
vendored
Normal file
13
.github/workflows/docker-ci.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-debs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: jtdor/build-deb-action@v1
|
||||
env:
|
||||
DEB_BUILD_OPTIONS: noautodbgsym
|
||||
with:
|
||||
buildpackage-opts: --build=binary --no-sign
|
||||
|
||||
Reference in New Issue
Block a user