From: Matthieu Gallien Date: Mon, 9 Aug 2021 16:32:52 +0000 (+0200) Subject: no longer produce installers that would be stored by appveyor X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2~303^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=188b06b7bb938c938e695aac8ff70824a83b9e03;p=nextcloud-desktop.git no longer produce installers that would be stored by appveyor appveyor storage is limited and we ran into trouble with that plan is to directly use github to do that and have links directly in PRs Signed-off-by: Matthieu Gallien --- diff --git a/appveyor.yml b/appveyor.yml index c914ea51a..8a64c3a08 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,9 +32,6 @@ install: build_script: - ps: | craft --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client - craft --package --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client - cp C:\CraftMaster\windows-msvc2019_64-cl\tmp\*.7z $env:APPVEYOR_BUILD_FOLDER - cp C:\CraftMaster\windows-msvc2019_64-cl\tmp\*.exe $env:APPVEYOR_BUILD_FOLDER test_script: - ps: | @@ -43,7 +40,3 @@ test_script: environment: matrix: - TARGET: windows-msvc2019_64-cl - -artifacts: - - path: '*.7z' - - path: '*.exe'