Skip to content

Commit 0444fb3

Browse files
committed
ci: add debian build to github actions
1 parent 7d4302c commit 0444fb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ jobs:
2020
- name: Build
2121
run: make
2222

23+
deb-build:
24+
25+
runs-on: ubuntu-latest
26+
27+
steps:
28+
- uses: actions/checkout@v2
29+
- name: Dependencies
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y devscripts equivs
33+
sudo mk-build-deps -i -t 'apt-get -y --no-install-recommends'
34+
- name: Build
35+
run: dpkg-buildpackage -us -uc -b
36+
2337
osx-build:
2438

2539
runs-on: macos-latest

0 commit comments

Comments
 (0)