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 f2d2131 commit 1deaa95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ jobs:
- name: Build
run: make

deb-build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update
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 1deaa95

Please sign in to comment.