summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-04-18 12:01:54 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2019-04-18 13:04:22 +0100
commitf3e6002d79aa51633ef06e34c2b13553ae008218 (patch)
treeec0b0dfe9ecdd2b4476b373e397668656c0d11ba /.appveyor.yml
parent883530835d463124fcc9bc6143ef139819f6c981 (diff)
appveyor: Drop trying to preserve build artefacts
We stopped staging them in 1519475a, so this did nothing.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 14b1a64a1..d39cd031d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -76,6 +76,4 @@ test_script:
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build test"'
after_test:
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build install"'
-artifacts:
-- path: staging
deploy: off