actions: Add flatpak action

This commit is contained in:
Patrick Griffis
2021-05-27 19:16:42 -05:00
parent 6b7d110ced
commit 28a4726ddc
6 changed files with 144 additions and 0 deletions

17
.github/workflows/flatpak-build.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Flatpak Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
options: --privileged
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: hexchat.flatpak
manifest-path: flatpak/io.github.Hexchat.json