mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
add marine-web build to the CI
This commit is contained in:
parent
1a575d334d
commit
0501701ce5
@ -21,11 +21,14 @@ jobs:
|
||||
rustup component add clippy --toolchain nightly-2021-05-21
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
|
||||
cargo install --path tools/cli
|
||||
|
||||
cargo fmt --all -- --check --color always
|
||||
cargo check -v --all-features -p marine-runtime -p fluence-faas -p fluence-app-service -p marine -p mrepl
|
||||
cargo check -v --all-features -p marine-runtime -p fluence-faas -p fluence-app-service -p marine -p mrepl -p marine-web-runtime
|
||||
|
||||
(cd web-runtime; ./build.sh)
|
||||
(cd ./examples; ./build.sh)
|
||||
(cd ./fluence-faas/tests/wasm_tests; ./build.sh)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user