From f3e6002d79aa51633ef06e34c2b13553ae008218 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 18 Apr 2019 12:01:54 +0100 Subject: [PATCH] appveyor: Drop trying to preserve build artefacts We stopped staging them in 1519475a, so this did nothing. --- .appveyor.yml | 2 -- 1 file changed, 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