appveyor: Drop trying to preserve build artefacts
We stopped staging them in 1519475a
, so this did nothing.
This commit is contained in:
parent
883530835d
commit
f3e6002d79
|
@ -76,6 +76,4 @@ test_script:
|
||||||
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build test"'
|
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build test"'
|
||||||
after_test:
|
after_test:
|
||||||
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build install"'
|
- '%CYGWIN_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; ninja -C build install"'
|
||||||
artifacts:
|
|
||||||
- path: staging
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
Loading…
Reference in New Issue