mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Try .exe extension
This commit is contained in:
parent
07200e07ad
commit
f613cfcdac
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ build: false
|
|||
test_script:
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- mkdir C:\Users\appveyor\.cargo
|
||||
- mkdir C:\Users\appveyor\.cargo\bin
|
||||
- copy target\debug\cargo-clippy C:\Users\appveyor\.cargo\bin\
|
||||
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue