mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
WIP
This commit is contained in:
parent
bf70999c4e
commit
afe63161b3
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,6 @@ init:
|
||||||
|
|
||||||
$releasename+=$env:APPVEYOR_BUILD_VERSION + " [" + $env:APPVEYOR_REPO_COMMIT_SHORT + "]"
|
$releasename+=$env:APPVEYOR_BUILD_VERSION + " [" + $env:APPVEYOR_REPO_COMMIT_SHORT + "]"
|
||||||
|
|
||||||
|
|
||||||
Write-Host "repository: $env:appveyor_repo_name branch:$env:APPVEYOR_REPO_BRANCH release: $releasename" -ForegroundColor Yellow
|
Write-Host "repository: $env:appveyor_repo_name branch:$env:APPVEYOR_REPO_BRANCH release: $releasename" -ForegroundColor Yellow
|
||||||
|
|
||||||
Add-AppveyorMessage -Message "[$env:APPVEYOR_REPO_COMMIT_SHORT]$env:appveyor_repo_name($env:APPVEYOR_REPO_BRANCH)" -Category Information -Details "repository: $env:appveyor_repo_name branch: $env:APPVEYOR_REPO_BRANCH release: $releasename"
|
Add-AppveyorMessage -Message "[$env:APPVEYOR_REPO_COMMIT_SHORT]$env:appveyor_repo_name($env:APPVEYOR_REPO_BRANCH)" -Category Information -Details "repository: $env:appveyor_repo_name branch: $env:APPVEYOR_REPO_BRANCH release: $releasename"
|
||||||
|
@ -239,12 +238,14 @@ build_script:
|
||||||
|
|
||||||
#WSL: wait for installation to finish
|
#WSL: wait for installation to finish
|
||||||
if($env:wsl_install_running){
|
if($env:wsl_install_running){
|
||||||
Write-Host "Waiting for WSL installation to finish..."
|
Write-Host "Waiting for WSL installation to finish..." -NoNewLine
|
||||||
while($env:wsl_install_running) {
|
while($env:wsl_install_running) {
|
||||||
Start-Sleep -s 1
|
Start-Sleep -s 5
|
||||||
}
|
}
|
||||||
Write-Host "$Name [ OK ]" -ForegroundColor Green
|
Write-Host "$Name [ OK ]" -ForegroundColor Green
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Add-AppveyorMessage -Message "WSL start: $env:wsl_install_running" -Category Information
|
||||||
|
|
||||||
#Windows Subsystem for Linux (WSL)
|
#Windows Subsystem for Linux (WSL)
|
||||||
Write-Host "---------- WSL make ----------" -ForegroundColor Yellow
|
Write-Host "---------- WSL make ----------" -ForegroundColor Yellow
|
||||||
|
@ -333,7 +334,6 @@ build_script:
|
||||||
Receive-Job -Wait -Name WSLInstall -ErrorAction SilentlyContinue
|
Receive-Job -Wait -Name WSLInstall -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Receive-Job -Wait -Job $WSLjob
|
Receive-Job -Wait -Job $WSLjob
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue