Skip to content

Commit

Permalink
Implement shaderc in runtime via static lib + litle hack
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraVoves committed Apr 13, 2024
1 parent 1b8d2ba commit 8ca39d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
validation:
name: Validation
runs-on: ubuntu-latest
timeout-minutes: 1
timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -88,4 +88,7 @@ jobs:
run: cd examples/00-minimal && zig build
- name: Build example 01
shell: bash
run: cd examples/01-minimal-zgui && zig build
run: cd examples/01-zgui && zig build
- name: Build example 02
shell: bash
run: cd examples/02-runtime-shaderc && zig build

0 comments on commit 8ca39d5

Please sign in to comment.