소스 검색

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 <matthieu.gallien@nextcloud.com>
Matthieu Gallien 4 년 전
부모
커밋
188b06b7bb
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      appveyor.yml

+ 0 - 7
appveyor.yml

@@ -32,9 +32,6 @@ install:
 build_script:
 build_script:
 - ps: |
 - ps: |
     craft --src-dir $env:APPVEYOR_BUILD_FOLDER nextcloud-client
     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:
 test_script:
 - ps: |
 - ps: |
@@ -43,7 +40,3 @@ test_script:
 environment:
 environment:
     matrix:
     matrix:
     - TARGET: windows-msvc2019_64-cl
     - TARGET: windows-msvc2019_64-cl
-
-artifacts:
-  - path: '*.7z'
-  - path: '*.exe'