summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-05-06 08:59:25 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-05-06 08:59:25 -0700
commit136e77f9e9e43f956200fb7d5d8f7e119cde7005 (patch)
tree928acaed1d83c5bded22892328d42eb124d9f9cd /appveyor.yml
parente904d0a8e2f2571c7a02fc4a49a084d3d0b5ff86 (diff)
downloadssh2-rs-136e77f9e9e43f956200fb7d5d8f7e119cde7005.zip
Try to pick up `make` on appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ff69c40..54c12ab 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,7 @@ 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
+ - if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin
- rustc -V
- cargo -V