mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
Enabled debug output
This commit is contained in:
parent
7dcc4a2a76
commit
f7f4ce1fb7
1 changed files with 2 additions and 1 deletions
|
@ -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 -> appveyor.yml
|
- C:\cache
|
||||||
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
|
||||||
|
@ -156,6 +156,7 @@ install:
|
||||||
Start-Sleep -s 5
|
Start-Sleep -s 5
|
||||||
Receive-Job -Name WSLInstall
|
Receive-Job -Name WSLInstall
|
||||||
}
|
}
|
||||||
|
Receive-Job -Wait -Name PSInstall
|
||||||
}
|
}
|
||||||
|
|
||||||
Function GitClone($Text, $Folder) {
|
Function GitClone($Text, $Folder) {
|
||||||
|
|
Loading…
Reference in a new issue