mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	win/CI: Cache dependencies.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user