This commit is contained in:
Gator96100 2020-10-05 04:06:45 +02:00
commit 3d0449a63a

View file

@ -2,7 +2,7 @@ version: 3.0.1.{build}
image: Visual Studio 2019 image: Visual Studio 2019
clone_folder: C:\ProxSpace\pm3\proxmark clone_folder: C:\ProxSpace\pm3\proxmark
cache: cache:
- C:\cache - C:\cache -> appveyor.yml
environment: environment:
proxspace_url: https://github.com/Gator96100/ProxSpace/archive/master.zip proxspace_url: https://github.com/Gator96100/ProxSpace/archive/master.zip
proxspace_zip_file: \proxspace.zip proxspace_zip_file: \proxspace.zip
@ -152,7 +152,7 @@ clone_script:
Write-Host "ProxSpace: move cache..." -NoNewLine Write-Host "ProxSpace: move cache..." -NoNewLine
Copy-Item -Path "C:\cache\*" -Destination "$env:proxspace_path\msys2\var\cache\pacman\pkg" -Recurse -Force Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\cache" -Force
Get-ChildItem "C:\cache\" Get-ChildItem "C:\cache\"
@ -265,15 +265,11 @@ build_script:
ExecMinGWCmd 'yes | pacman -Sc > /dev/null 2>&1' ExecMinGWCmd 'yes | pacman -Sc > /dev/null 2>&1'
#Remove-Item -Recurse -Force -Path "C:\cache\*" -ErrorAction SilentlyContinue
Get-ChildItem "C:\cache\" Get-ChildItem "C:\cache\"
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\" Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
New-Item -ItemType Directory -Force -Path "C:\cache" Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "C:\cache" -Force
Copy-Item -Path "$env:proxspace_path\msys2\var\cache\pacman\pkg\*" -Destination "C:\cache" -Recurse -Force
Get-ChildItem "C:\cache\" Get-ChildItem "C:\cache\"