summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 5 insertions, 0 deletions
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