From 326bb3650a5c8552e251d9d9c3ca345c0d73d107 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Tue, 23 Jan 2024 01:02:25 +0100 Subject: [PATCH] fix appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 73dba70e38a..c4d3779d69c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -291,7 +291,7 @@ for: ctest --version ctest --print-labels --build-config "$CONFIGURATION" ctest --build-config "$CONFIGURATION" -VV --output-on-failure --output-junit test-results.xml - fi + fi after_test: - find "$APPVEYOR_BUILD_FOLDER" -type f -name 'test-results.xml' -print0 | xargs -0 -I '{}' curl -F 'file=@{}' "https://ci.appveyor.com/api/testresults/junit/$APPVEYOR_JOB_ID"