Skip to content

Commit

Permalink
Add github actions job running on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Dec 20, 2023
1 parent e3f673e commit a168988
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
- run: zig build
- run: zig build test
- run: cd examples/standalone && zig build
validate_and_test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig build
- run: zig build test

0 comments on commit a168988

Please sign in to comment.