Skip to content

Commit

Permalink
CI: enable imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jun 3, 2024
1 parent bca71be commit 6b335cd
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 @@ -43,6 +43,6 @@ jobs:
if: runner.os != 'Windows'
run: zig build test -DzigCC
- name: (Zig) Build Native
run: zig build -DzigCC --summary all
run: zig build -Dimgui -DzigCC --summary all
- name: (Zig + emsdk) Build Wasm
run: zig build -DzigCC --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall
run: zig build -Dimgui -DzigCC --summary all -Dtarget=wasm32-emscripten-none -Doptimize=ReleaseSmall

0 comments on commit 6b335cd

Please sign in to comment.