aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-10-19 22:35:02 +0200
committerDario Lombardo <lomato@gmail.com>2018-10-21 18:56:42 +0000
commit39d79fcd3f0cf703d7b3b3f175ad6dd35c349eec (patch)
treef518fb9e3ba07769c14f44bf02b7a6262ef746bc /appveyor.yml
parent2d1ade6446be04b01218ede31088571d6d28f6a9 (diff)
appveyor: comment out artifacts upload due to size too large.
Change-Id: I9f4bb3f32fcac39f0d087cbd5e5397306d8800e1 Reviewed-on: https://code.wireshark.org/review/30268 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2c6fa45502..c4220b134c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,7 +58,11 @@ test_script:
- set WS_BIN_PATH=%CD%\run\%CONFIGURATION%
- pytest -nauto -ra ..\test
-artifacts:
- - path: Wireshark-*.exe
+# AppVeyor prevents to store artifacts exceeding 50 GB. Commenting out
+# their upload for now. They can be re-enabled on your own repo from the
+# configuration page:
+# https://ci.appveyor.com/project/<username>/wireshark/settings/artifacts
+# artifacts:
+# - path: Wireshark-*.exe
deploy: off