wasmweb-sample/.appveyor.yml

12 lines
331 B
YAML
Raw Permalink Normal View History

2020-08-20 10:52:21 +07:00
install:
- 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:
2020-08-20 13:48:06 +07:00
- cargo test