This commit is contained in:
Gator96100 2020-10-05 22:58:51 +02:00
commit afe63161b3

View file

@ -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: >-