summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-07 12:10:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-07 14:17:15 -0700
commitb5320721a443b6ed45576a19c091a6f59b45504b (patch)
tree73a210a2519ab112d73eb57391b0be57a64815fa /appveyor.yml
parent251ec8bdd0f8010ffb1f82853652d6566e1e6a13 (diff)
downloadssh2-rs-b5320721a443b6ed45576a19c091a6f59b45504b.zip
Is msys installed on appveyor?
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 66ff0c0..2753cde 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,16 @@
environment:
matrix:
+ - TARGET: x86_64-pc-windows-gnu
+ MSYS_BITS: 64
+ - TARGET: i686-pc-windows-gnu
+ MSYS_BITS: 32
- 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"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
+ - if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin
- rustc -V
- cargo -V
- git submodule update --init