summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
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'