win/CI: Cache dependencies.

This commit is contained in:
Justin M. Keyes
2017-02-16 03:10:00 +01:00
parent ab9298ec15
commit 0095ad5693

View File

@@ -5,6 +5,9 @@ configuration:
install: [] install: []
build_script: build_script:
- call .ci\build.bat - call .ci\build.bat
cache:
- C:\msys64\var\cache\pacman\pkg -> .ci\build.bat
- .deps -> third-party/CMakeLists.txt
artifacts: artifacts:
- path: build/Neovim.zip - path: build/Neovim.zip
- path: build/bin/nvim.exe - path: build/bin/nvim.exe