mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
CI/AppVeyor: print info about restored cache
This commit is contained in:
@@ -26,8 +26,10 @@ function exitIfFailed() {
|
||||
}
|
||||
|
||||
if (-Not (Test-Path -PathType container $nvimCmakeVars["DEPS_BUILD_DIR"])) {
|
||||
write-host "cache not restored (deps dir not found): $($nvimCmakeVars['DEPS_BUILD_DIR'])"
|
||||
write-host "cache dir not found: $($nvimCmakeVars['DEPS_BUILD_DIR'])"
|
||||
mkdir $nvimCmakeVars["DEPS_BUILD_DIR"]
|
||||
} else {
|
||||
write-host "cache dir ($nvimCmakeVars['DEPS_BUILD_DIR']) size: $(Get-ChildItem $nvimCmakeVars['DEPS_BUILD_DIR'] -recurse | Measure-Object -property length -sum | Select -expand sum)"
|
||||
}
|
||||
|
||||
if ($compiler -eq 'MINGW') {
|
||||
|
||||
Reference in New Issue
Block a user