Skip to content

Commit

Permalink
Merge pull request #60 from beeware/appimage-ci
Browse files Browse the repository at this point in the history
Restore CI for AppImage build configurations.
  • Loading branch information
rmartin16 authored Oct 25, 2023
2 parents 1d10330 + 7495bc5 commit eda1ba6
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 eda1ba6

Please sign in to comment.