Add appveyor for automated Win testing

This commit is contained in:
Jakub Konka
2019-05-20 19:11:42 +02:00
committed by Dan Gohman
parent 9ae766db2f
commit b1764e18eb

13
appveyor.yml Normal file
View File

@@ -0,0 +1,13 @@
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
build: false
test_script: test-all.bat