CI: add windows testing

This commit is contained in:
Aleksey Kladov 2018-01-28 03:13:44 +03:00
parent e6e61251ab
commit 6a57d2ae4a

13
appveyor.yml Normal file
View file

@ -0,0 +1,13 @@
os: Visual Studio 2015
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
build: false
test_scipt:
- cargo test