mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Added LibMDK video player backend (#162)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
6e32018183
commit
da354437e3
53 changed files with 1499 additions and 1006 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -6,6 +6,13 @@ on:
|
|||
- "v*"
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- pubspec.yaml
|
||||
- .github/workflows/build.yml
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -228,6 +235,7 @@ jobs:
|
|||
build-linux-flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
needs: [fetch-info, build-linux]
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue