Disable gnu builds on appveyor, rustc plugins are broken there

This commit is contained in:
Oliver Schneider 2018-01-16 16:36:58 +01:00
parent 920fc17485
commit b1001e47d6

View file

@ -2,12 +2,12 @@ environment:
global:
PROJECT_NAME: rust-clippy
matrix:
- TARGET: i686-pc-windows-gnu
MSYS2_BITS: 32
#- TARGET: i686-pc-windows-gnu
# MSYS2_BITS: 32
- TARGET: i686-pc-windows-msvc
MSYS2_BITS: 32
- TARGET: x86_64-pc-windows-gnu
MSYS2_BITS: 64
#- TARGET: x86_64-pc-windows-gnu
# MSYS2_BITS: 64
- TARGET: x86_64-pc-windows-msvc
MSYS2_BITS: 64