diff options
author | Sonny Piers <sonny@fastmail.net> | 2023-04-20 18:36:48 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-04-21 00:41:52 +0200 |
commit | 9b83e5ccc933929b6f23ab0b0cb805f66ff4ab86 (patch) | |
tree | bb6f3411005ae9d3665d3e71e780192c6ca3efdc /.github/workflows/build.yml | |
parent | d2ac7a8aeb97672496459444dc03bada3f2d6469 (diff) | |
download | dino-9b83e5ccc933929b6f23ab0b0cb805f66ff4ab86.tar.gz dino-9b83e5ccc933929b6f23ab0b0cb805f66ff4ab86.zip |
Add Github CI job for Flatpak
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 974f31c9..a04b0f33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,3 +25,15 @@ jobs: - run: sudo apt-get install -y build-essential gettext libadwaita-1-dev libgee-0.8-dev libgtk-4-dev libsqlite3-dev meson valac - run: meson setup build - run: meson compile -C build + build-flatpak: + runs-on: ubuntu-22.04 + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-44 + options: --privileged + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 + with: + manifest-path: im.dino.Dino.json
\ No newline at end of file |