Files
wasmtime/appveyor.yml
2018-12-19 15:14:30 -08:00

16 lines
412 B
YAML

os: Visual Studio 2017
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -yv --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
- git submodule update --init --recursive
build: false
test_script:
- set RUST_BACKTRACE=1
- cargo test --verbose --all