mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
win/CI: Cache dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user