diff --git a/appveyor.yml b/appveyor.yml index 04e66949..c297aa25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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