mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Create .cargo/bin on Windows
This commit is contained in:
parent
42c48fde8a
commit
07200e07ad
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ 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\
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
|
Loading…
Reference in a new issue