mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Appveyor continue if cache does not exist
This commit is contained in:
parent
064aa6775d
commit
c2799c528a
1 changed files with 9 additions and 1 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -103,8 +103,16 @@ clone_script:
|
||||||
Write-Host "[ OK ]" -ForegroundColor Green
|
Write-Host "[ OK ]" -ForegroundColor Green
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Write-Host "ProxSpace: Removing folder..." -NoNewLine
|
||||||
|
|
||||||
$PSInstallTime=[System.Environment]::TickCount
|
$PSInstallTime=[System.Environment]::TickCount
|
||||||
|
|
||||||
|
cd \
|
||||||
|
|
||||||
|
Remove-Item -Recurse -Force -Path $env:proxspace_path -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
|
Write-Host "[ OK ]" -ForegroundColor Green
|
||||||
|
|
||||||
Write-Host "ProxSpace: downloading..." -NoNewLine
|
Write-Host "ProxSpace: downloading..." -NoNewLine
|
||||||
|
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
|
@ -133,7 +141,7 @@ clone_script:
|
||||||
|
|
||||||
Write-Host "ProxSpace: move cache..." -NoNewLine
|
Write-Host "ProxSpace: move cache..." -NoNewLine
|
||||||
|
|
||||||
Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\chache"
|
Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\chache" -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue