From b8963f21bf20ad4fc75964e5f899d23f96228b0b Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 6 Sep 2017 23:55:58 +0100 Subject: Now try to cache Vim and Vader for AppVeyor CI --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 6d94a1e1..b0b80367 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 -- cgit v1.2.3