This commit is contained in:
Gator96100 2020-10-05 23:45:26 +02:00
parent afe04ba222
commit 9b173b01ac

View file

@ -212,6 +212,8 @@ build_script:
}
}
$WSLInstalljob = Get-Job -Name WSLInstall
$WSLjob = Start-Job -Name WSLCompile -ScriptBlock {
Function ExecWSLCmd($Cmd) {
cd $env:wsl_git_path
@ -264,7 +266,7 @@ build_script:
Write-Host "---------- WSL cmake tests ----------" -ForegroundColor Yellow
ExecWSLCmd './tools/pm3_tests.sh --clientbin client/build/proxmark3 client'
ExecCheck "WSL cmake Tests"
} -InputObject Get-Job -Name WSLInstall
} -InputObject $WSLInstalljob
#ProxSpace