mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Add flatpak testing workflow
Builds nightly with latest GStreamer from git (no patches applied)
This commit is contained in:
21
.github/workflows/flatpak-testing.yml
vendored
Normal file
21
.github/workflows/flatpak-testing.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
name: "Flatpak Testing"
|
||||||
|
jobs:
|
||||||
|
flatpak:
|
||||||
|
name: "Flatpak"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||||
|
options: --privileged
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
||||||
|
name: "Build"
|
||||||
|
with:
|
||||||
|
bundle: com.github.rafostar.Clapper.flatpak
|
||||||
|
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
|
||||||
|
cache-key: flatpak-builder-${{ github.sha }}
|
Reference in New Issue
Block a user