From 245e26b5b7712fb21686a4448dce824221a55d35 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 23 Feb 2020 14:12:24 +0100 Subject: [PATCH] appveyor: upload test-report.xml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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