We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f969cf2 commit efeed9aCopy full SHA for efeed9a
appveyor.yml
@@ -3,11 +3,8 @@ environment:
3
PROJECT_NAME: rust-clippy
4
matrix:
5
#- TARGET: i686-pc-windows-gnu
6
- # MSYS2_BITS: 32
7
#- TARGET: i686-pc-windows-msvc
8
9
#- TARGET: x86_64-pc-windows-gnu
10
- # MSYS2_BITS: 64
11
- TARGET: x86_64-pc-windows-msvc
12
MSYS2_BITS: 64
13
@@ -31,9 +28,6 @@ test_script:
31
28
- set RUST_BACKTRACE=1
32
29
- cargo build --features debugging
33
30
- cargo test --features debugging
34
- #- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
35
- #- cargo clippy -- -D clippy
36
- #- cd clippy_lints && cargo clippy -- -D clippy && cd ..
37
38
notifications:
39
- provider: Email
util/dogfood.sh
0 commit comments