mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Merge pull request #3640 from nextcloud/doNotStoreAppveyorArtifcatsInAppveyor
no longer produce installers that would be stored by appveyor
This commit is contained in:
commit
b80e2b7e00
1 changed files with 0 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue