This commit is contained in:
Gator96100 2020-10-05 04:14:46 +02:00
commit c94c17139a

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
@ -79,7 +79,6 @@ clone_script:
Start-Sleep -s 5 Start-Sleep -s 5
Receive-Job -Job $WSLjob Receive-Job -Job $WSLjob
} }
Receive-Job -Wait -Job $PSjob
} }
$WSLjob = Start-Job -Name WSLInstall -ScriptBlock { $WSLjob = Start-Job -Name WSLInstall -ScriptBlock {