Do not build with gcc on windows

This commit is contained in:
Alexandre Bury 2018-06-18 18:44:10 -07:00
parent bba5937413
commit 9a6b10e7ac

View File

@ -1,3 +1,5 @@
os: Visual Studio 2015
cache: cache:
- c:\cargo\registry - c:\cargo\registry
- c:\cargo\git - c:\cargo\git
@ -12,12 +14,8 @@ environment:
RUSTUP_HOME: "c:\\rustup" RUSTUP_HOME: "c:\\rustup"
matrix: matrix:
- TARGET: i686-pc-windows-gnu
CHANNEL: stable
- TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-msvc
CHANNEL: stable CHANNEL: stable
- TARGET: x86_64-pc-windows-gnu
CHANNEL: stable
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
CHANNEL: stable CHANNEL: stable