Upload the junit results to be tracked in appveyor

This commit is contained in:
Andy Neebel 2017-06-14 14:06:05 -05:00
parent db8663db06
commit 46af99235d

View File

@ -26,4 +26,7 @@ build: off
test_script:
- cd tests
- C:\Python%PYTHON%\python.exe run.py %TEST_IGNORE% %TEST%
- C:\Python%PYTHON%\python.exe run.py %TEST_IGNORE% --junitxml .junit.xml %TEST%
after_test:
- ps: (New-Object System.Net.WebClient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path '.junit.xml'))