summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-07-31 17:31:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-07-31 17:31:46 -0700
commit8b571d6d38a2c3a2678534db96071b755c2d2fbf (patch)
treec96617a57995ee96dab52b84e3b3b5381fb26697 /appveyor.yml
parent57b4984102c2d050195161f0d4dda197d24ce309 (diff)
downloadssh2-rs-8b571d6d38a2c3a2678534db96071b755c2d2fbf.zip
Schedule MinGW first
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1317ef6..5e6c595 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,9 @@
environment:
matrix:
- - TARGET: x86_64-pc-windows-msvc
- - TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
MINGW: 1
+ - TARGET: x86_64-pc-windows-msvc
+ - TARGET: i686-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"