mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Disable gnu builds on appveyor, rustc plugins are broken there
This commit is contained in:
parent
920fc17485
commit
b1001e47d6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue