more CI fun
This commit is contained in:
parent
def475d0f3
commit
d830f8ae5f
@ -41,6 +41,9 @@ jobs:
|
|||||||
- name: Build Jellyfin Plugin
|
- name: Build Jellyfin Plugin
|
||||||
id: jprm
|
id: jprm
|
||||||
run: |
|
run: |
|
||||||
|
# Create artifacts directory for JPRM output
|
||||||
|
mkdir -p artifacts
|
||||||
|
|
||||||
# Build plugin using JPRM
|
# Build plugin using JPRM
|
||||||
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build .
|
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build .
|
||||||
|
|
||||||
|
|||||||
@ -57,6 +57,9 @@ jobs:
|
|||||||
- name: Build Jellyfin Plugin
|
- name: Build Jellyfin Plugin
|
||||||
id: jprm
|
id: jprm
|
||||||
run: |
|
run: |
|
||||||
|
# Create artifacts directory for JPRM output
|
||||||
|
mkdir -p artifacts
|
||||||
|
|
||||||
# Build plugin using JPRM
|
# Build plugin using JPRM
|
||||||
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./
|
/tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,7 @@ description: >
|
|||||||
live streams and on-demand content from Swiss Radio and Television.
|
live streams and on-demand content from Swiss Radio and Television.
|
||||||
category: "LiveTV"
|
category: "LiveTV"
|
||||||
owner: "jellyfin"
|
owner: "jellyfin"
|
||||||
|
imageUrl: "https://www.srf.ch/static/img/srf-logo.svg"
|
||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.SRFPlay.dll"
|
- "Jellyfin.Plugin.SRFPlay.dll"
|
||||||
build_type: "dotnet"
|
build_type: "dotnet"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user