1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00
wasm-bindgen/ci/azure-install-wasm-pack.yml
2019-06-05 12:26:10 -07:00

9 lines
348 B
YAML

steps:
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
displayName: "install wasm-pack"
- script: |
set -ex
cargo build -p wasm-bindgen-cli
ln -snf `pwd`/target/debug/wasm-bindgen $(dirname `which cargo`)/wasm-bindgen
displayName: "install wasm-bindgen for `wasm-pack` to use"