mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
Fix a bug in azure pipelines config
This commit is contained in:
parent
a659f27c07
commit
86c6331e14
@ -127,7 +127,7 @@ jobs:
|
|||||||
- script: npm install
|
- script: npm install
|
||||||
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
- script: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
||||||
- script: cargo build -p wasm-bindgen-cli
|
- script: cargo build -p wasm-bindgen-cli
|
||||||
- script: ln -snf target/debug/wasm-bindgen $HOME/.cargo/wasm-bindgen
|
- script: ln -snf `pwd`/target/debug/wasm-bindgen $HOME/.cargo/bin/wasm-bindgen
|
||||||
- script: |
|
- script: |
|
||||||
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
|
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
|
||||||
(cd examples/$dir &&
|
(cd examples/$dir &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user