build: add some support for building the apps
This appears to work when targeting macOS or Linux. Windows definitely does not work. These are not built by default.
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user