From b629e3550caf17e7aee89d8bff8b7777837964f3 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Mon, 5 Oct 2020 01:32:45 +0200 Subject: [PATCH] Tests --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index be92483f0..e1f66c9df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -152,6 +152,8 @@ clone_script: Write-Host "ProxSpace: move cache..." -NoNewLine + Get-ChildItem C:\cache + Copy-Item -Path "C:\cache\*" -Destination "$env:proxspace_path\msys2\var\cache\pacman\pkg" -Recurse -Force -ErrorAction SilentlyContinue Write-Host "[ OK ]" -ForegroundColor Gree @@ -255,8 +257,12 @@ build_script: ExecMinGWCmd 'yes | pacman -Sc > /dev/null 2>&1' + Remove-Item -Recurse -Force -Path "C:\cache\*" -ErrorAction SilentlyContinue + Copy-Item -Path "$env:proxspace_path\msys2\var\cache\pacman\pkg\*" -Destination "C:\cache" -Recurse -Force + Get-ChildItem C:\cache + Write-Host "[ OK ]" -ForegroundColor Gree Write-Host "---------- PS make ----------" -ForegroundColor Yellow