summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-09-17 15:25:57 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-05 23:08:53 +0100
commit0d72516938326ab8622e7d486ad5bb29e82edb38 (patch)
tree5d4bdc917704d7eaad0719e69df8401966c49175 /appveyor.yml
parent8f7324d13af9b39666979413cb8eb90b5860961b (diff)
appveyor.yml: Remove upload of test_results.xml on Windows
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 90a669c41e..6c4c811ceb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -133,9 +133,6 @@ for:
- cmake --build cmake_build --target test
- cmake --build cmake_build --target benchmark
- after_test:
- - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test_results.xml))
-
artifacts:
- path: '*.exe'
- path: '*.msi'