aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJPVenson <ger-delta-07@hotmail.de>2025-09-26 20:49:51 +0300
committerGitHub <noreply@github.com>2025-09-26 11:49:51 -0600
commit526ec8330557246e5eeab3e9a8ff23eb2be930ae (patch)
tree5e2698a324ff0f51e3bfda81d047c6b74e773bbf /.github/workflows
parent54d48fa44669e4728769d9aaee0346748b10946e (diff)
Add Jellyfin.CodeAnalysis project to abi diff (#14875)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-compat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-compat.yml b/.github/workflows/ci-compat.yml
index 702dd29b8..94d54ecee 100644
--- a/.github/workflows/ci-compat.yml
+++ b/.github/workflows/ci-compat.yml
@@ -105,7 +105,7 @@ jobs:
run: |
{
echo 'body<<EOF'
- for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll Jellyfin.MediaEncoding.Keyframes.dll Jellyfin.Database.Implementations.dll; do
+ for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll Jellyfin.MediaEncoding.Keyframes.dll Jellyfin.Database.Implementations.dll Jellyfin.CodeAnalysis.dll; do
COMPAT_OUTPUT="$( { apicompat --left ./abi-base/${file} --right ./abi-head/${file}; } 2>&1 )"
if [ "APICompat ran successfully without finding any breaking changes." != "${COMPAT_OUTPUT}" ]; then
printf "\n${file}\n${COMPAT_OUTPUT}\n"