From 572bcb76b82a4e6a06ab7c03544b84f1d8c78c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Lemaignan?= Date: Tue, 10 Dec 2024 22:18:09 +0100 Subject: [PATCH] cicd: no need for Qt webengine anymore While here, clean up CI/CD script a little --- .github/workflows/linux_release.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/linux_release.yml b/.github/workflows/linux_release.yml index 44132a0..8b3f9ef 100644 --- a/.github/workflows/linux_release.yml +++ b/.github/workflows/linux_release.yml @@ -1,4 +1,4 @@ -name: Linux Release +name: Linux Compilation on: push: @@ -20,7 +20,6 @@ defaults: env: SOURCE_DIR: ${{ github.workspace }} QT_VERSION: 5.15.2 - ARTIFACT: FlatFab.AppImage jobs: build: @@ -37,7 +36,6 @@ jobs: uses: jurplel/install-qt-action@v4 with: version: ${{ env.QT_VERSION }} - modules: qtwebengine setup-python: false - name: Install other dependencies @@ -51,20 +49,4 @@ jobs: run: | qmake -r ${{ env.SOURCE_DIR }}/FlatFab.pro make - - # TODO: - #- name: AppImage - # working-directory: ${{ env.SOURCE_DIR }}/build - # run: | - # wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage - # chmod +x deploy.AppImage - # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${{ github.workspace }}/Qt/5.15.2/gcc_64/lib/ - # cp ${{ env.SOURCE_DIR }}/linux/* . - # ./deploy.AppImage FlatFab.desktop -appimage -no-translations -extra-plugins=renderers - # mv FlatFab*.AppImage ${{ env.ARTIFACT }} - # - #- name: Linux artefact - # uses: actions/upload-artifact@v4 - # with: - # name: ${{ env.ARTIFACT }} - # path: ${{ env.SOURCE_DIR }}/build/${{ env.ARTIFACT }} +