xca/.github/workflows/flatpak.yaml
Christian Hohnstaedt 5162369a84 Close #480: add flatpak build information and github action
Reused work of @SharkyRawr for issue #123 - Thanks.
2023-10-24 17:03:09 +02:00

22 lines
488 B
YAML

name: Flatpak
on: push
# push:
# branches: [main]
# pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.5
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: xca.flatpak
manifest-path: misc/de.hohnstaedt.xca.yaml
cache-key: flatpak-builder-${{ github.sha }}