mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-03 09:17:47 +00:00
Add Flatpak CI
This commit is contained in:
parent
b3c9035bf6
commit
6149b108c2
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
@ -157,3 +157,19 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/cmake
|
export CMAKE_PREFIX_PATH=${{ github.workspace }}/prefix/lib/x86_64-linux-gnu/cmake
|
||||||
cargo clippy
|
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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue