Skip to content

Commit

Permalink
ci: add debian build to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drlkf committed May 17, 2024
1 parent 7d4302c commit 0444fb3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ jobs:
- name: Build
run: make

deb-build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install -y devscripts equivs
sudo mk-build-deps -i -t 'apt-get -y --no-install-recommends'
- name: Build
run: dpkg-buildpackage -us -uc -b

osx-build:

runs-on: macos-latest
Expand Down

0 comments on commit 0444fb3

Please sign in to comment.