Skip to content

Commit

Permalink
only the tests can't cope with the libs in the path
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored Jun 8, 2017
1 parent 7d4e436 commit b98f454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- cp C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin\*.dll .
- copy C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin\*.dll .
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
- rustc -V
- cargo -V
Expand All @@ -28,6 +28,7 @@ test_script:
- cargo build --features debugging
- cargo test --features debugging
- copy clippy_tests\target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
- cargo clippy -- -D clippy
- cd clippy_lints && cargo clippy -- -D clippy && cd ..

Expand Down

0 comments on commit b98f454

Please sign in to comment.