mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
Test
This commit is contained in:
parent
afe04ba222
commit
9b173b01ac
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue