Skip to content

Commit

Permalink
Test GNU targets on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 7, 2015
1 parent ba6ad4a commit 807ff01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
- set CARGO_TARGET_DIR=%APPVEYOR_BUILD_FOLDER%\target
- rustc -V
- cargo -V
Expand Down

0 comments on commit 807ff01

Please sign in to comment.