mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
WIP
This commit is contained in:
parent
91c9136347
commit
bc20c0e6fc
1 changed files with 4 additions and 2 deletions
|
@ -324,8 +324,9 @@ on_failure:
|
||||||
- ps: Write-Host "Build error." -ForegroundColor Red
|
- ps: Write-Host "Build error." -ForegroundColor Red
|
||||||
on_finish:
|
on_finish:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
# $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
|
||||||
|
# $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
Write-Host "ProxSpace: create new cache..." -NoNewLine
|
Write-Host "ProxSpace: create new cache..." -NoNewLine
|
||||||
|
|
||||||
cd $env:proxspace_path
|
cd $env:proxspace_path
|
||||||
|
@ -337,3 +338,4 @@ on_finish:
|
||||||
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force
|
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force
|
||||||
|
|
||||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue