Don't run cargo clippy on 64 bit

This commit is contained in:
Oliver Schneider 2017-02-21 09:38:33 +01:00 committed by GitHub
parent 99d67b8dfc
commit 3fa1cd9411

View file

@ -4,8 +4,10 @@ environment:
matrix:
- TARGET: i686-pc-windows-gnu
MSYS2_BITS: 32
RUN_CARGO_CLIPPY: true
- TARGET: i686-pc-windows-msvc
MSYS2_BITS: 32
RUN_CARGO_CLIPPY: true
- TARGET: x86_64-pc-windows-gnu
MSYS2_BITS: 64
- TARGET: x86_64-pc-windows-msvc
@ -27,7 +29,7 @@ test_script:
- cargo test --features debugging
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
- cargo clippy -- -D clippy
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
- if defined RUN_CARGO_CLIPPY cd clippy_lints && cargo clippy -- -D clippy && cd ..
notifications:
- provider: Email