summary refs log tree commit diff stats
path: root/.github/workflows/flatpak-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/flatpak-build.yml')
-rw-r--r--.github/workflows/flatpak-build.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml
new file mode 100644
index 00000000..60041212
--- /dev/null
+++ b/.github/workflows/flatpak-build.yml
@@ -0,0 +1,24 @@
+name: Flatpak Build
+on:
+  push:
+    branches:
+      - default
+  pull_request:
+    branches:
+      - default
+
+jobs:
+  flatpak_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