This repository was archived by the owner on Mar 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: build
22
33on :
44 push :
5- branches :
6- - release
7- - prerelease
8- - test
95jobs :
106 build-mac :
117 runs-on : macos-13
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14+ with :
15+ submodules : recursive
1416
1517 - name : Install build dependencies from debian/control
1618 run : |
1921 sudo mk-build-deps -i -r -t "apt-get --yes" debian/control
2022
2123 - name : Configure
22- run : cmake -B build -DCMAKE_BUILD_TYPE=Debug
24+ run : cmake -B build -DCMAKE_BUILD_TYPE=Debug -DUSE_STATIC_MPVQT=ON
2325
2426 - name : Build
2527 run : cmake --build build
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ set -o xtrace
66# move to source directory
77pushd ${SOURCE_DIR}
88
9- # Initialize git submodules
10- git submodule update --init --recursive
11-
129# Convert to format like deb12 or ubu2204 like Jellyfin packages
1310IMGSNIP=" ${IMG: 0: 3} "
1411RELVER=" $( grep ' VERSION_ID' /etc/os-release | awk -F' "' ' { print $2 }' | tr -d ' .' ) "
You can’t perform that action at this time.
0 commit comments