From 2f2e824e44ee6529e1b8fb480bc34f36eee5c41f Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Wed, 14 Jul 2021 20:09:18 +0200 Subject: [PATCH] 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. --- .ci/azure-pipelines/steps_linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/azure-pipelines/steps_linux.yml b/.ci/azure-pipelines/steps_linux.yml index e2a204f48..e1fca6316 100644 --- a/.ci/azure-pipelines/steps_linux.yml +++ b/.ci/azure-pipelines/steps_linux.yml @@ -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"