more CI fun
Some checks failed
🏗️ Build Plugin / build (push) Failing after 2m19s
🧪 Test Plugin / test (push) Successful in 1m6s

This commit is contained in:
Duncan Tourolle 2025-11-14 21:18:14 +01:00
parent def475d0f3
commit d830f8ae5f
3 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,9 @@ jobs:
- name: Build Jellyfin Plugin
id: jprm
run: |
# Create artifacts directory for JPRM output
mkdir -p artifacts
# Build plugin using JPRM
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build .

View File

@ -57,6 +57,9 @@ jobs:
- name: Build Jellyfin Plugin
id: jprm
run: |
# Create artifacts directory for JPRM output
mkdir -p artifacts
# Build plugin using JPRM
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./

View File

@ -10,6 +10,7 @@ description: >
live streams and on-demand content from Swiss Radio and Television.
category: "LiveTV"
owner: "jellyfin"
imageUrl: "https://www.srf.ch/static/img/srf-logo.svg"
artifacts:
- "Jellyfin.Plugin.SRFPlay.dll"
build_type: "dotnet"