1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-03 01:07:47 +00:00

Add Flatpak CI

This commit is contained in:
Joshua Goins 2025-04-30 23:23:38 -04:00
parent b3c9035bf6
commit 6149b108c2

View file

@ -157,3 +157,19 @@ jobs:
run: |
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/cmake
cargo clippy
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: auracite.flatpak
manifest-path: .flatpak-manifest.json
cache-key: flatpak-builder-${{ github.sha }}