ci: initial experiment with ci build

This commit is contained in:
鲁树人
2022-11-26 19:59:26 +00:00
parent 76b2676f38
commit 64cb4774ea
6 changed files with 99 additions and 40 deletions

13
scripts/build-wasm.sh Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -ex
cd "$(git rev-parse --show-toplevel)"
pushd ./src/QmcWasm
bash build-wasm
popd
pushd ./src/KgmWasm
bash build-wasm
popd