Skip to content

Commit 9ece6ff

Browse files
zanciksLegNeato
authored andcommitted
Added non release (dev) shader build
Updated ci.yaml to include a cargo build/run of example-runner-wgpu-builder in a dev profile (no --release)
1 parent ed32960 commit 9ece6ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ jobs:
7979
OUT_DIR: "target/tmp"
8080
run: cargo run -p example-runner-wgpu-builder --release --no-default-features --features "use-installed-tools"
8181

82+
- name: build example shaders dev
83+
if: ${{ matrix.target != 'aarch64-linux-android' }}
84+
env:
85+
OUT_DIR: "target/tmp"
86+
run: cargo run -p example-runner-wgpu-builder --no-default-features --features "use-installed-tools"
87+
8288
- name: Build WGPU Example for Android
8389
if: ${{ matrix.target == 'aarch64-linux-android' }}
8490
shell: bash

0 commit comments

Comments
 (0)