mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Enable caching on appveyor
This commit is contained in:
parent
f2632d5fce
commit
db5f2fc3ac
1 changed files with 4 additions and 0 deletions
|
@ -87,3 +87,7 @@ branches:
|
|||
# IMPORTANT Regex to match tags. Required, or appveyor may not trigger deploys when a new tag
|
||||
# is pushed. This regex matches semantic versions like v1.2.3-rc4+2016.02.22
|
||||
- /^v\d+\.\d+\.\d+.*$/
|
||||
|
||||
cache:
|
||||
- target\debug\deps -> Cargo.lock
|
||||
- C:\Users\appveyor\.cargo\registry
|
||||
|
|
Loading…
Reference in a new issue