2017-12-19 01:49:04 +03:00
|
|
|
install:
|
2017-12-19 03:29:45 +03:00
|
|
|
- ps: Install-Product node 9
|
2017-12-19 01:49:04 +03:00
|
|
|
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
|
|
|
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
|
|
|
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
|
|
|
- rustc -V
|
|
|
|
- cargo -V
|
|
|
|
|
|
|
|
build: false
|
|
|
|
|
|
|
|
test_script:
|
2017-12-19 01:55:25 +03:00
|
|
|
- rustup target add wasm32-unknown-unknown
|
2017-12-19 01:49:04 +03:00
|
|
|
- cargo test
|
2017-12-19 20:28:31 +03:00
|
|
|
- cargo install --debug --path crates/wasm-bindgen-cli
|