win/CI: Cache dependencies.

This commit is contained in:
Justin M. Keyes 2017-02-16 03:10:00 +01:00
parent ab9298ec15
commit 0095ad5693
1 changed files with 3 additions and 0 deletions

View File

@ -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