Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit eaf3f9a

Browse files
committed
test
1 parent 2093ae5 commit eaf3f9a

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: build
22

33
on:
44
push:
5-
branches:
6-
- release
7-
- prerelease
8-
- test
95
jobs:
106
build-mac:
117
runs-on: macos-13

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
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: |
@@ -19,7 +21,7 @@ jobs:
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

deployment/build.debian

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ set -o xtrace
66
# move to source directory
77
pushd ${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
1310
IMGSNIP="${IMG:0:3}"
1411
RELVER="$( grep 'VERSION_ID' /etc/os-release | awk -F'"' '{ print $2 }' | tr -d '.' )"

0 commit comments

Comments
 (0)