mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03: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: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
||||
- 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: |
|
||||
for dir in `ls examples | grep -v README | grep -v asm.js | grep -v raytrace | grep -v without-a-bundler`; do
|
||||
(cd examples/$dir &&
|
||||
|
Loading…
Reference in New Issue
Block a user