mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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 {
|
$WSLjob = Start-Job -Name WSLCompile -ScriptBlock {
|
||||||
Function ExecWSLCmd($Cmd) {
|
Function ExecWSLCmd($Cmd) {
|
||||||
cd $env:wsl_git_path
|
cd $env:wsl_git_path
|
||||||
|
@ -264,7 +266,7 @@ build_script:
|
||||||
Write-Host "---------- WSL cmake tests ----------" -ForegroundColor Yellow
|
Write-Host "---------- WSL cmake tests ----------" -ForegroundColor Yellow
|
||||||
ExecWSLCmd './tools/pm3_tests.sh --clientbin client/build/proxmark3 client'
|
ExecWSLCmd './tools/pm3_tests.sh --clientbin client/build/proxmark3 client'
|
||||||
ExecCheck "WSL cmake Tests"
|
ExecCheck "WSL cmake Tests"
|
||||||
} -InputObject Get-Job -Name WSLInstall
|
} -InputObject $WSLInstalljob
|
||||||
|
|
||||||
#ProxSpace
|
#ProxSpace
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue