appveyor: Drop trying to preserve build artefacts

We stopped staging them in 1519475a, so this did nothing.
This commit is contained in:
Jon Turney 2019-04-18 12:01:54 +01:00
parent 883530835d
commit f3e6002d79
1 changed files with 0 additions and 2 deletions

View File

@ -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