Skip to content

Commit

Permalink
Add integrated player (#20)
Browse files Browse the repository at this point in the history
Adds an integrated player based on clapper and clapper-gtk.
  • Loading branch information
d-k-bo authored Feb 20, 2025
2 parents 42fea4e + dfe881d commit cffc3e8
Show file tree
Hide file tree
Showing 22 changed files with 1,260 additions and 471 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,25 @@ on:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
strategy:
matrix:
variant:
- arch: x86_64
runner: ubuntu-24.04
- arch: aarch64
runner: ubuntu-24.04-arm
fail-fast: false
runs-on: ${{ matrix.variant.runner }}
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: televido.flatpak
manifest-path: build-aux/de.k_bo.Televido.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true
arch: ${{ matrix.variant.arch }}
verbose: true
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
uses: fsfe/reuse-action@v4
44 changes: 0 additions & 44 deletions .reuse/dep5

This file was deleted.

Loading

0 comments on commit cffc3e8

Please sign in to comment.