Skip to content

Commit

Permalink
Add Github action for building Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
chase9 committed Apr 14, 2024
1 parent 0b46f08 commit cd60abb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flatpak-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Flatpak CI Tests

on:
push:
branches: [main]
pull_request:

jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: yin-yang.flatpak
manifest-path: sh.oskar.yin-yang.json
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit cd60abb

Please sign in to comment.