mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
Cache stuff on appveyor
This commit is contained in:
parent
2c323503aa
commit
bd5b5adfb5
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
cache:
|
||||
- '%USERPROFILE%\.cargo'
|
||||
- target
|
||||
environment:
|
||||
matrix:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
@ -15,3 +18,6 @@ build: false
|
|||
test_script:
|
||||
- cargo test --all --no-default-features
|
||||
- cargo test --all --features "yaml unstable"
|
||||
notifications:
|
||||
- provider: Email
|
||||
on_build_success: false
|
||||
|
|
Loading…
Reference in a new issue