mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 16:22:40 +00:00
Merge pull request #3799 from sschuberth/master
Use AppVeyor's Start-FileDownload cmdlet
This commit is contained in:
commit
784bb30300
@ -33,7 +33,7 @@ build_script:
|
|||||||
test_script:
|
test_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
$ErrorActionPreference="Stop"
|
$ErrorActionPreference="Stop"
|
||||||
Invoke-WebRequest https://github.com/ethomson/poxyproxy/releases/download/v0.1.0/poxyproxy-0.1.0.jar -OutFile poxyproxy.jar
|
Start-FileDownload https://github.com/ethomson/poxyproxy/releases/download/v0.1.0/poxyproxy-0.1.0.jar -FileName poxyproxy.jar
|
||||||
# Run this early so we know it's ready by the time we need it
|
# Run this early so we know it's ready by the time we need it
|
||||||
$proxyJob = Start-Job { java -jar $Env:APPVEYOR_BUILD_FOLDER\build\poxyproxy.jar -d --port 8080 --credentials foo:bar }
|
$proxyJob = Start-Job { java -jar $Env:APPVEYOR_BUILD_FOLDER\build\poxyproxy.jar -d --port 8080 --credentials foo:bar }
|
||||||
ctest -V -R libgit2_clar
|
ctest -V -R libgit2_clar
|
||||||
|
Loading…
Reference in New Issue
Block a user