mirror of https://github.com/dense-analysis/ale
Now try to cache Vim and Vader for AppVeyor CI
This commit is contained in:
parent
9474a9d319
commit
b8963f21bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue