We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e873c6a commit da59cb1Copy full SHA for da59cb1
appveyor.yml
@@ -30,6 +30,7 @@ test_script:
30
- ps: |
31
cp build\Release\git2.dll .
32
&$env:PYTHON setup.py nosetests --with-xunit
33
+ if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
34
# upload results to AppVeyor
35
$wc = New-Object 'System.Net.WebClient'
36
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))
0 commit comments