mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
Cleanup
This commit is contained in:
parent
93f438d71a
commit
004318a8d8
1 changed files with 2 additions and 8 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -2,7 +2,7 @@ version: 3.0.1.{build}
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
clone_folder: C:\ProxSpace\pm3\proxmark
|
clone_folder: C:\ProxSpace\pm3\proxmark
|
||||||
cache:
|
cache:
|
||||||
- C:\cache
|
- C:\cache -> appveyor.yml
|
||||||
environment:
|
environment:
|
||||||
proxspace_url: https://github.com/Gator96100/ProxSpace/archive/master.zip
|
proxspace_url: https://github.com/Gator96100/ProxSpace/archive/master.zip
|
||||||
proxspace_zip_file: \proxspace.zip
|
proxspace_zip_file: \proxspace.zip
|
||||||
|
@ -180,12 +180,6 @@ install:
|
||||||
|
|
||||||
Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue
|
Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\"
|
|
||||||
|
|
||||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\"
|
|
||||||
|
|
||||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
|
||||||
|
|
||||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||||
|
|
||||||
ExecUpdate "ProxSpace: initial msys2 startup..." $true
|
ExecUpdate "ProxSpace: initial msys2 startup..." $true
|
||||||
|
@ -221,6 +215,7 @@ build_script:
|
||||||
|
|
||||||
$WSLjob = Start-Job -Name WSLCompile -ScriptBlock {
|
$WSLjob = Start-Job -Name WSLCompile -ScriptBlock {
|
||||||
Function ExecWSLCmd($Cmd) {
|
Function ExecWSLCmd($Cmd) {
|
||||||
|
cd $env:wsl_git_path
|
||||||
wsl -- bash -c $Cmd
|
wsl -- bash -c $Cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -244,7 +239,6 @@ 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: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
|
||||||
|
|
Loading…
Reference in a new issue