From 6a57d2ae4af8c24a6e809eb8cdf2c4ee3d3b2452 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 28 Jan 2018 03:13:44 +0300 Subject: CI: add windows testing --- appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..90fd49da8 --- /dev/null +++ b/appveyor.yml @@ -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 -- cgit v1.2.3