Skip to content

Commit

Permalink
Restore CI for AppImage build configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 24, 2023
1 parent 1d10330 commit 7495bc5
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,21 +292,17 @@ jobs:
matrix:
framework: [ "toga", "ppb", "pyside2" ]

# test-verify-apps-appimage-templates:
# name: Test Verify AppImage App
# needs: pre-commit
# uses: ./.github/workflows/app-build-verify.yml
# with:
# python-version: "3.11"
# repository: beeware/briefcase-linux-appimage-template
# runner-os: ubuntu-latest
# target-platform: linux
# target-format: appimage
# framework: ${{ matrix.framework }}
# strategy:
# fail-fast: false
# matrix:
# framework: [ "toga", "ppb" ]
test-verify-apps-appimage-templates:
name: Test Verify AppImage App
needs: pre-commit
uses: ./.github/workflows/app-build-verify.yml
with:
python-version: "3.11"
repository: beeware/briefcase-linux-appimage-template
runner-os: ubuntu-latest
target-platform: linux
target-format: appimage
framework: toga

test-verify-apps-flatpak-templates:
name: Test Verify Flatpak App
Expand Down

0 comments on commit 7495bc5

Please sign in to comment.