Skip to content

Commit

Permalink
Remove WGPU steps from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Sep 24, 2024
1 parent a33c92e commit 58cbe9e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
matrix:
renderer:
- OpenGL
- WGPU
config:
- { name: Linux (x86), os: ubuntu-latest, target: "x86_64-unknown-linux-gnu" }
- { name: Linux (ARM), os: ubuntu-latest, target: "aarch64-unknown-linux-gnu" }
Expand Down Expand Up @@ -56,14 +55,6 @@ jobs:
if: matrix.renderer == 'OpenGL'
run: cargo build -p render-opengl --all-targets --target=${{ matrix.config.target }}

- name: Build Inox2D (WGPU)
if: matrix.renderer == 'WGPU'
run: cargo build -p inox2d-wgpu --all-targets --target=${{ matrix.config.target }}

- name: Build Example (WGPU)
if: matrix.renderer == 'WGPU'
run: cargo build -p render-wgpu --all-targets --target=${{ matrix.config.target }}

build-webgl:
name: Build WebGL Example
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58cbe9e

Please sign in to comment.