Skip to content

Commit

Permalink
feature (ci): build static binary, build dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Jul 23, 2024
1 parent 9372852 commit 679d552
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: install deps
run: sudo make deb-install-deps
- name: make mh
run: make mh
- name: make test
- name: build static binary
- name: make mh-static OPTS=-lpthread
run: make test
- name: build deb package
run: |
make debdeb-export-archive
make debbuild
build-osx:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 679d552

Please sign in to comment.