summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-07 14:38:47 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-07 14:38:47 -0700
commitab0442cd1596c38333f9b123440eabb61ca1b1d1 (patch)
treeecb51ecfd07c656db912168ca1d3d85b6bcea187 /appveyor.yml
parent9b5447f1ed6bcec48aba84c15e43b112bf0a9178 (diff)
downloadrust-libc-ab0442cd1596c38333f9b123440eabb61ca1b1d1.tar.gz
AppVeyor has MSYS2 installed by default now!
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c2d28e4445..74811ed105 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,23 +1,16 @@
environment:
- global:
- MSYS2_BASEVER: 20150512
matrix:
- TARGET: x86_64-pc-windows-gnu
- MSYS2_ARCH: x86_64
MSYS2_BITS: 64
- MSYSTEM: MINGW64
- TARGET: i686-pc-windows-gnu
- MSYS2_ARCH: i686
MSYS2_BITS: 32
- MSYSTEM: MINGW32
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
install:
- - ps: ci\msys2.ps1
- 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 MSYS2_BITS set PATH=%PATH%;%CD%\msys2\mingw%MSYS2_BITS%\bin
+ - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
- rustc -V
- cargo -V