mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Finish CI setup
This commit is contained in:
parent
41b77579cc
commit
c4e08aead3
20
.github/workflows/on_main_push.yml
vendored
20
.github/workflows/on_main_push.yml
vendored
@ -24,12 +24,28 @@ jobs:
|
||||
secrets: inherit
|
||||
library-android:
|
||||
uses: ./.github/workflows/library-android.yml
|
||||
library-web:
|
||||
library-web-webgl:
|
||||
uses: ./.github/workflows/library-web.yml
|
||||
with:
|
||||
name: maplibre-rs-demo-webgl
|
||||
webgl: true
|
||||
multithreading: false
|
||||
multithreaded: false
|
||||
deploy: true
|
||||
secrets: inherit
|
||||
library-web-webgl-multithreaded:
|
||||
uses: ./.github/workflows/library-web.yml
|
||||
with:
|
||||
name: maplibre-rs-demo-webgl-multithreaded
|
||||
webgl: true
|
||||
multithreaded: true
|
||||
deploy: true
|
||||
secrets: inherit
|
||||
library-web-webgpu:
|
||||
uses: ./.github/workflows/library-web.yml
|
||||
with:
|
||||
name: maplibre-rs-demo-webgpu
|
||||
webgl: false
|
||||
multithreaded: false
|
||||
deploy: true
|
||||
secrets: inherit
|
||||
library-apple:
|
||||
|
||||
6
.github/workflows/on_pull_request.yml
vendored
6
.github/workflows/on_pull_request.yml
vendored
@ -25,21 +25,21 @@ jobs:
|
||||
name: maplibre-rs-demo-webgl
|
||||
webgl: true
|
||||
multithreaded: false
|
||||
deploy: true
|
||||
deploy: false
|
||||
library-web-webgl-multithreaded:
|
||||
uses: ./.github/workflows/library-web.yml
|
||||
with:
|
||||
name: maplibre-rs-demo-webgl-multithreaded
|
||||
webgl: true
|
||||
multithreaded: true
|
||||
deploy: true
|
||||
deploy: false
|
||||
library-web-webgpu:
|
||||
uses: ./.github/workflows/library-web.yml
|
||||
with:
|
||||
name: maplibre-rs-demo-webgpu
|
||||
webgl: false
|
||||
multithreaded: false
|
||||
deploy: true
|
||||
deploy: false
|
||||
library-apple:
|
||||
uses: ./.github/workflows/library-apple.yml
|
||||
demo-linux:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user