Refined the appveyor config so that test output is reported even if tests fail.

pull/1479/head
Jared Mulconry 2017-10-08 17:06:23 +11:00
parent 5149149b07
commit 5e5b7f4f75
1 changed files with 1 additions and 3 deletions

View File

@ -51,8 +51,6 @@ after_build:
test_script:
- cmd: bin\%CONFIGURATION%\unit.exe --gtest_output=xml:testout.xml
after_test:
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\testout.xml))
artifacts: