Skip to content

Commit

Permalink
build: add some support for building the apps
Browse files Browse the repository at this point in the history
This appears to work when targeting macOS or Linux. Windows definitely
does not work. These are not built by default.
  • Loading branch information
torque committed Sep 16, 2024
1 parent 2f5d617 commit a9c2b0b
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 174 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- zig-version: "master"
check-format: true
os: ubuntu-latest
build-options: "-Dbuild-apps"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -37,4 +38,4 @@ jobs:
run: zig fmt --ast-check --check .

- name: Build
run: zig build --summary all
run: zig build ${{ matrix.build-options }} --summary all
Loading

0 comments on commit a9c2b0b

Please sign in to comment.