Skip to content

Commit

Permalink
ci: add zig-cc on native and wasm32 (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 17, 2025
1 parent 50e1d17 commit 25f674a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
if: runner.os != 'Windows'
run: zig build test -DzigCC
- name: (Zig) Build Native
run: zig build -Dimgui --summary all
run: zig build -Dimgui --summary all -DzigCC -freference-trace
- name: (Zig + emsdk) Build Wasm
run: zig build -Dimgui --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall
run: zig build -Dimgui -DzigCC --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall -freference-trace

0 comments on commit 25f674a

Please sign in to comment.