Skip to content

Commit

Permalink
Build examples/standalone in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Jan 5, 2024
1 parent aa3de8e commit caa5529
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ jobs:
version: master
- run: zig build
- run: zig build test
build_standalone_example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: cd examples/standalone && zig build

0 comments on commit caa5529

Please sign in to comment.