Enable caching on appveyor

This commit is contained in:
sharkdp 2017-10-14 17:28:05 +02:00 committed by David Peter
parent f2632d5fce
commit db5f2fc3ac
1 changed files with 4 additions and 0 deletions

View File

@ -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