Files
wasmtime/appveyor.yml
2019-06-26 15:24:21 -07:00

16 lines
433 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
- rustup component add rustfmt
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
build: false
test_script: test-all.bat