mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
WIP
This commit is contained in:
parent
c94c17139a
commit
786686cf82
1 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ clone_script:
|
||||||
|
|
||||||
Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\cache" -Force
|
Move-Item -Path "C:\cache" -Destination "$env:proxspace_path\msys2\var\cache" -Force
|
||||||
|
|
||||||
Get-ChildItem "C:\cache\"
|
Get-ChildItem "C:\"
|
||||||
|
|
||||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
||||||
|
|
||||||
|
@ -184,8 +184,6 @@ build_script:
|
||||||
|
|
||||||
$pmfolder = Split-Path $env:appveyor_build_folder -Leaf
|
$pmfolder = Split-Path $env:appveyor_build_folder -Leaf
|
||||||
|
|
||||||
Get-ChildItem "C:\cache"
|
|
||||||
|
|
||||||
Function ExecMinGWCmd($Cmd) {
|
Function ExecMinGWCmd($Cmd) {
|
||||||
cd $env:proxspace_path
|
cd $env:proxspace_path
|
||||||
./runme64.bat -c "cd $pmfolder && $Cmd"
|
./runme64.bat -c "cd $pmfolder && $Cmd"
|
||||||
|
@ -268,6 +266,8 @@ build_script:
|
||||||
|
|
||||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
||||||
|
|
||||||
|
Remove-Item -Recurse -Force -Path C:\cache -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "C:\cache" -Force
|
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "C:\cache" -Force
|
||||||
|
|
||||||
Get-ChildItem "C:\cache\"
|
Get-ChildItem "C:\cache\"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue