Merge pull request #3640 from nextcloud/doNotStoreAppveyorArtifcatsInAppveyor

no longer produce installers that would be stored by appveyor
This commit is contained in:
Matthieu Gallien 2021-08-10 23:26:48 +02:00 committed by GitHub
commit b80e2b7e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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