From c9affd7a5a04b5ca702addb9cc7b414f79d73e27 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 17 Sep 2019 15:23:48 +0200 Subject: appveyor.yml: Remove upload of test_results.xml on Ubuntu --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 55df979ccf..c9d582650a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,9 +66,6 @@ for: - xvfb-run -- cmake --build . --target test - xvfb-run -- cmake --build . --target benchmark - after_test: - - curl -F 'file=@test_results.xml' "https://ci.appveyor.com/api/testresults/junit/$APPVEYOR_JOB_ID" - ########## END UBUNTU SPECIFIC CONFIGURATION ########## ########## WINDOWS SPECIFIC CONFIGURATION ########## -- cgit v1.2.3