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
|
build: false
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
|
# Cache the vim and vader directories between builds.
|
||||||
|
cache:
|
||||||
|
- C:\vim -> .appveyor.yml
|
||||||
|
- C:\vader -> .appveyor.yml
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# Stop git from changing newlines
|
# Stop git from changing newlines
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
Loading…
Reference in New Issue
Block a user