no mkdir needed on Windows
This commit is contained in:
parent
513bcbe9b3
commit
b9e5a1fb59
|
@ -24,7 +24,6 @@ build: false
|
|||
test_script:
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- mkdir -p rust/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 New Issue