Updated test output to log to xml and to upload those results appropriately, so they...
authorJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 02:00:27 +0000 (13:00 +1100)
committerJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 02:00:27 +0000 (13:00 +1100)
appveyor.yml

index 6d5a046..26e72b3 100644 (file)
@@ -40,7 +40,10 @@ after_build:
   - 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
 
 test_script:
-  - cmd: bin\%CONFIGURATION%\unit.exe
+  - 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:
   - path: assimp.7z