mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +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
|
||||
clone_folder: C:\ProxSpace\pm3\proxmark
|
||||
cache:
|
||||
- C:\cache -> appveyor.yml
|
||||
- C:\cache
|
||||
environment:
|
||||
proxspace_url: https://github.com/Gator96100/ProxSpace/archive/master.zip
|
||||
proxspace_zip_file: \proxspace.zip
|
||||
|
@ -156,6 +156,7 @@ install:
|
|||
Start-Sleep -s 5
|
||||
Receive-Job -Name WSLInstall
|
||||
}
|
||||
Receive-Job -Wait -Name PSInstall
|
||||
}
|
||||
|
||||
Function GitClone($Text, $Folder) {
|
||||
|
|
Loading…
Reference in a new issue