full-support

This commit is contained in:
Matheus Catarino França 2023-05-12 10:31:32 -03:00 committed by John McNamara
parent f43e53e018
commit fe26f9a130
3 changed files with 290 additions and 7 deletions

22
.github/workflows/zig_build.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Zig Build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- name: Build Summary
run: zig build -DBUILD_TESTS -DBUILD_EXAMPLES -DUSE_SYSTEM_MINIZIP --summary all -freference-trace