Skip to content

Commit

Permalink
Remove MinGW from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 9, 2018
1 parent 11324e2 commit eceb287
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
- 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:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
- if defined MSYS_BITS set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH%
- rustc -V
- cargo -V

Expand Down

0 comments on commit eceb287

Please sign in to comment.