aboutsummaryrefslogtreecommitdiff
path: root/syn/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'syn/appveyor.yml')
-rw-r--r--syn/appveyor.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/syn/appveyor.yml b/syn/appveyor.yml
new file mode 100644
index 0000000..020c8ac
--- /dev/null
+++ b/syn/appveyor.yml
@@ -0,0 +1,16 @@
+environment:
+ matrix:
+ - TARGET: x86_64-pc-windows-msvc
+
+install:
+ - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
+ - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
+ - SET PATH=%PATH%;C:\MinGW\bin
+ - rustc -V
+ - cargo -V
+
+build: false
+
+test_script:
+ - cargo build --all-features