Don't run cargo clippy on 64 bit
This commit is contained in:
@@ -4,8 +4,10 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- TARGET: i686-pc-windows-gnu
|
- TARGET: i686-pc-windows-gnu
|
||||||
MSYS2_BITS: 32
|
MSYS2_BITS: 32
|
||||||
|
RUN_CARGO_CLIPPY: true
|
||||||
- TARGET: i686-pc-windows-msvc
|
- TARGET: i686-pc-windows-msvc
|
||||||
MSYS2_BITS: 32
|
MSYS2_BITS: 32
|
||||||
|
RUN_CARGO_CLIPPY: true
|
||||||
- TARGET: x86_64-pc-windows-gnu
|
- TARGET: x86_64-pc-windows-gnu
|
||||||
MSYS2_BITS: 64
|
MSYS2_BITS: 64
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
@@ -27,7 +29,7 @@ test_script:
|
|||||||
- cargo test --features debugging
|
- cargo test --features debugging
|
||||||
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
||||||
- cargo clippy -- -D clippy
|
- 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:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
|
|||||||
Reference in New Issue
Block a user