Check deployment of call_parameters (#6)

This commit is contained in:
folex
2021-06-13 23:26:30 +03:00
committed by GitHub
parent 3a6be62bde
commit 62faa2fe45
5 changed files with 100 additions and 2 deletions

View File

@ -2,13 +2,13 @@
set -euo pipefail
# check `fcli` and `fldist` tools are installed or install them
(command -v fce || cargo install fcli) >/dev/null
(command -v marine || cargo install marine) >/dev/null
(command -v fldist || npm install -g @fluencelabs/fldist) >/dev/null
# build .wasm
(
cd backend
fce build --release
marine build --release
)
# check it .wasm was built