mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
create pm3 dir
This commit is contained in:
parent
9d2296f88a
commit
5a6230b623
1 changed files with 8 additions and 5 deletions
13
appveyor.yml
13
appveyor.yml
|
@ -43,15 +43,18 @@ clone_script:
|
|||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
|
||||
|
||||
if(Test-Path -Path C:\ProxSpace\pm3){
|
||||
if(!(Test-Path -Path C:\ProxSpace\pm3)){
|
||||
|
||||
Write-Host "Removing pm3 dir..." -NoNewLine
|
||||
New-Item -ItemType Directory -Force -Path C:\ProxSpace\pm3
|
||||
|
||||
Remove-Item -Recurse -Force -Path C:\ProxSpace\pm3\*
|
||||
}
|
||||
|
||||
Write-Host "Removing pm3 dir..." -NoNewLine
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
Remove-Item -Recurse -Force -Path c:\ProxSpace\pm3\*
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Green
|
||||
|
||||
}
|
||||
|
||||
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine
|
||||
|
||||
|
|
Loading…
Reference in a new issue