From 93f438d71a0a12bdcf7122f127ab46070090fcb2 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Mon, 5 Oct 2020 18:03:42 +0200 Subject: [PATCH] WIP --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5331c1472..ba798ab2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -176,10 +176,16 @@ install: Write-Host "ProxSpace: move cache..." -NoNewLine - New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\" + New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\" | Out-Null Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue + Get-ChildItem "$env:proxspace_path\msys2\var\cache\" + + Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\" + + Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\" + Write-Host "[ OK ]" -ForegroundColor Gree ExecUpdate "ProxSpace: initial msys2 startup..." $true