mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI(azure): Don't package AppImage
The packaging of the AppImage did not yield usable binaries for a long time now but it does take up a significant amount of time in the Linux CI and (more importantly) tends to fail every now and then causing the entire build to fail with it. For this reason, we will no longer bundle an AppImage at least until we properly fixed the underlying issues and are able to produce working AppImages again.
This commit is contained in:
parent
6a574bc4fd
commit
2f2e824e44
@ -14,8 +14,8 @@ steps:
|
||||
displayName: 'Build'
|
||||
- script: 'cd $BUILD_BINARIESDIRECTORY; ctest --verbose'
|
||||
displayName: 'Test'
|
||||
- script: .ci/azure-pipelines/package_AppImage.bash
|
||||
displayName: 'Release'
|
||||
- template: task-publish-artifacts.yml
|
||||
parameters:
|
||||
name: "AppImage"
|
||||
# - script: .ci/azure-pipelines/package_AppImage.bash
|
||||
# displayName: 'Release'
|
||||
# - template: task-publish-artifacts.yml
|
||||
# parameters:
|
||||
# name: "AppImage"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user