mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Upload the junit results to be tracked in appveyor
This commit is contained in:
parent
db8663db06
commit
46af99235d
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user