appveyor: upload test-report.xml

This commit is contained in:
Thomas Bernard 2020-02-23 14:12:24 +01:00
parent 29095b60e0
commit 245e26b5b7
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -11,6 +11,7 @@ build_script:
- mingw32-make 3rdparty API=win32
- appveyor AddCompilationMessage "Tests"
- mingw32-make -C src/ check API=win32
- curl -F 'file=@test-report.xml' "https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%"
# - mingw32-make -C src/ print-.VARIABLES API=win32 V=1
- appveyor AddCompilationMessage "Building GrafX2"
- mingw32-make API=win32