mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fixed paths
This commit is contained in:
parent
cdd860a048
commit
93848d5a1c
1 changed files with 3 additions and 3 deletions
|
@ -205,11 +205,11 @@ build_script:
|
||||||
|
|
||||||
#Windows Subsystem for Linux (WSL)
|
#Windows Subsystem for Linux (WSL)
|
||||||
Write-Host "---------- WSL make ----------" -ForegroundColor Yellow
|
Write-Host "---------- WSL make ----------" -ForegroundColor Yellow
|
||||||
cd $env:appveyor_build_folder
|
cd $env:wsl_git_path
|
||||||
$TestTime=[System.Environment]::TickCount
|
$TestTime=[System.Environment]::TickCount
|
||||||
ExecWSLCmd "make clean;make V=1"
|
ExecWSLCmd "make clean;make V=1"
|
||||||
#some checks
|
#some checks
|
||||||
if(!(Test-Path "$env:proxspace_home_path\$pmfolder\client\proxmark3")){
|
if(!(Test-Path "$env:wsl_git_path\client\proxmark3")){
|
||||||
throw "Main file proxmark3 not exists."
|
throw "Main file proxmark3 not exists."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ build_script:
|
||||||
ExecWSLCmd 'make clean'
|
ExecWSLCmd 'make clean'
|
||||||
Write-Host "---------- WSL cmake ----------" -ForegroundColor Yellow
|
Write-Host "---------- WSL cmake ----------" -ForegroundColor Yellow
|
||||||
$TestTime=[System.Environment]::TickCount
|
$TestTime=[System.Environment]::TickCount
|
||||||
ExecWSLCmd 'rm -rf client/build;mkdir -p client/build; cd client/build; cmake ..; make VERBOSE=1;'
|
ExecWSLCmd 'mkdir -p client/build; cd client/build; cmake ..; make VERBOSE=1;'
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue