Add AppVeyor configuration

This commit is contained in:
Alex Crichton 2017-08-20 11:30:51 -07:00 committed by Michał Budzyński
parent 588e7cb7f3
commit d06f68b5db

17
.appveyor.yml Normal file
View file

@ -0,0 +1,17 @@
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -vV
- cargo -vV
- cargo install mdbook --vers '0.0.22' --debug
build: false
test_script:
- cargo test
- mdbook build