diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-16 03:10:00 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-16 16:23:18 +0100 |
commit | 0095ad5693b0b9a8d74936738041ab6f414d399c (patch) | |
tree | fad00ed46524ee9918eda968d5dcf368a7b1a25d | |
parent | ab9298ec15a4d7fff80f694a10ffe02967c63edd (diff) | |
download | rneovim-0095ad5693b0b9a8d74936738041ab6f414d399c.tar.gz rneovim-0095ad5693b0b9a8d74936738041ab6f414d399c.tar.bz2 rneovim-0095ad5693b0b9a8d74936738041ab6f414d399c.zip |
win/CI: Cache dependencies.
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index eb3064c3b1..ed5e06e3ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ configuration: install: [] build_script: - call .ci\build.bat +cache: +- C:\msys64\var\cache\pacman\pkg -> .ci\build.bat +- .deps -> third-party/CMakeLists.txt artifacts: - path: build/Neovim.zip - path: build/bin/nvim.exe |