mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
fix appveyor (hopefully)
This commit is contained in:
parent
f4d0f38433
commit
b2f538f3cb
@ -25,9 +25,9 @@ test_script:
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- mkdir -p rust/cargo/bin
|
||||
- copy target/debug/cargo-clippy rust/cargo/bin/cargo-clippy
|
||||
- PATH=%PATH%;rust/cargo/bin cargo clippy -- -D clippy
|
||||
- cd clippy_lints && PATH=%PATH%;../rust/cargo/bin cargo clippy -- -D clippy && cd ..
|
||||
- copy target\debug\cargo-clippy C:\Users\appveyor\.cargo\bin\
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
Loading…
Reference in New Issue
Block a user