
committed by
GitHub

parent
865c2f0e82
commit
e873c6a363
@@ -29,7 +29,7 @@ build_script:
|
|||||||
test_script:
|
test_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
cp build\Release\git2.dll .
|
cp build\Release\git2.dll .
|
||||||
try { & $env:PYTHON setup.py nosetests --with-xunit }
|
&$env:PYTHON setup.py nosetests --with-xunit
|
||||||
# upload results to AppVeyor
|
# upload results to AppVeyor
|
||||||
$wc = New-Object 'System.Net.WebClient'
|
$wc = New-Object 'System.Net.WebClient'
|
||||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))
|
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))
|
||||||
|
Reference in New Issue
Block a user