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 03cf7b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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 @@ -66,7 +66,7 @@ jobs:
os: [linux-large, macos-13-large, windows-large]
runs-on: ${{matrix.os}}
name: "Build examples"
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -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 03cf7b7

Please sign in to comment.