Test workflow to build/publish WASM
All checks were successful
Build and Publish WASM version of demo / Set-Up-emsdk (push) Successful in 1m1s
All checks were successful
Build and Publish WASM version of demo / Set-Up-emsdk (push) Successful in 1m1s
This commit is contained in:
parent
8bc8bdf0c5
commit
6d3010f908
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/publish_wasm.yaml
Normal file
9
.gitea/workflows/publish_wasm.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: Build and Publish WASM version of demo
|
||||||
|
run-name: ${{ gitea.actor }} is building the WASM version
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Set-Up-emsdk:
|
||||||
|
runs-on: archLinux
|
||||||
|
steps:
|
||||||
|
- run: /home/gitea_act_runner/build_and_deploy_jumpartifact.com_demo_0.sh
|
Loading…
Reference in a new issue