Enabled debug output

This commit is contained in:
Gator96100 2020-10-05 12:35:10 +02:00
parent 7dcc4a2a76
commit f7f4ce1fb7

View file

@ -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) {