This commit is contained in:
Gator96100 2020-10-05 04:32:09 +02:00
parent c94c17139a
commit 786686cf82

View file

@ -153,7 +153,7 @@ clone_script:
Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\cache" -Force
Get-ChildItem "C:\cache\"
Get-ChildItem "C:\"
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
@ -184,8 +184,6 @@ build_script:
$pmfolder = Split-Path $env:appveyor_build_folder -Leaf
Get-ChildItem "C:\cache"
Function ExecMinGWCmd($Cmd) {
cd $env:proxspace_path
./runme64.bat -c "cd $pmfolder && $Cmd"
@ -268,6 +266,8 @@ build_script:
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
Remove-Item -Recurse -Force -Path C:\cache -ErrorAction SilentlyContinue
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "C:\cache" -Force
Get-ChildItem "C:\cache\"