From 7530f0378eed2ea9d65766fc711323616f8e9de1 Mon Sep 17 00:00:00 2001 From: pierresy Date: Mon, 1 Jun 2015 14:32:39 +0200 Subject: Testing appveyor CI --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..11ef29f --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +install: + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.exe' + - rust-1.0.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" + - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin + - rustc -V + - cargo -V + +build: + - cargo build --verbose + +test_script: + - cargo test --verbose \ No newline at end of file -- cgit v1.2.3