Now try to cache Vim and Vader for AppVeyor CI

This commit is contained in:
w0rp 2017-09-06 23:55:58 +01:00
parent 9474a9d319
commit b8963f21bf
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
build: false
clone_depth: 10
# Cache the vim and vader directories between builds.
cache:
- C:\vim -> .appveyor.yml
- C:\vader -> .appveyor.yml
init:
# Stop git from changing newlines
- git config --global core.autocrlf input