mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Update CI
This commit is contained in:
parent
a7f87f635e
commit
13f527a559
7
.github/actions/webgl/action.yml
vendored
7
.github/actions/webgl/action.yml
vendored
@ -9,9 +9,12 @@ runs:
|
||||
shell: bash
|
||||
run: just nightly-toolchain
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Build
|
||||
- name: Build lib
|
||||
shell: bash
|
||||
run: just webpack-webgl-production
|
||||
run: just web-library parcel-webgl
|
||||
- name: Build demo
|
||||
shell: bash
|
||||
run: just web-demo build
|
||||
- name: Check
|
||||
shell: bash
|
||||
run: just check web wasm32-unknown-unknown
|
||||
|
||||
7
.github/actions/webgpu/action.yml
vendored
7
.github/actions/webgpu/action.yml
vendored
@ -9,9 +9,12 @@ runs:
|
||||
shell: bash
|
||||
run: just nightly-toolchain
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Build
|
||||
- name: Build lib
|
||||
shell: bash
|
||||
run: just webpack-production
|
||||
run: just web-library parcel
|
||||
- name: Build demo
|
||||
shell: bash
|
||||
run: just web-demo build
|
||||
- name: Check
|
||||
shell: bash
|
||||
run: just check web wasm32-unknown-unknown
|
||||
Loading…
x
Reference in New Issue
Block a user