Skip to content

Commit daaec27

Browse files
committed
Test both GNU targets on windows
1 parent bfb1615 commit daaec27

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

appveyor.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
environment:
22
matrix:
3+
- TARGET: x86_64-pc-windows-gnu
4+
MSYS_BITS: 64
5+
- TARGET: i686-pc-windows-gnu
6+
MSYS_BITS: 32
37
- TARGET: x86_64-pc-windows-msvc
48
- TARGET: i686-pc-windows-msvc
5-
- TARGET: i686-pc-windows-gnu
69
install:
710
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
811
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9-
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
10-
- SET PATH=%PATH%;C:\MinGW\bin
12+
- set PATH=%PATH%;C:\Program Files (x86)\Rust\bin
13+
- if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin
1114
- rustc -V
1215
- cargo -V
1316

0 commit comments

Comments
 (0)