summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-01 14:32:39 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-01 14:32:39 +0200
commit7530f0378eed2ea9d65766fc711323616f8e9de1 (patch)
tree37d1d4b4c5e437a3bb0b979c2d32789c34839d9b /appveyor.yml
parent3fe16260a41dc1cf35fbb01d3d05bc4171e9144e (diff)
Testing appveyor CI
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
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