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, 0 insertions, 16 deletions
diff --git a/syn/appveyor.yml b/syn/appveyor.yml
deleted file mode 100644
index 020c8ac..0000000
--- a/syn/appveyor.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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