Skip to content

Commit

Permalink
ci: don't build libvlcjni for the android target
Browse files Browse the repository at this point in the history
​
This will fix the CI if a libVLC API is changed and used by the jni library.
  • Loading branch information
tguillem authored and robUx4 committed Dec 7, 2022
1 parent 3b5e30f commit 3c2469c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ tvos-arm64:
git clone https://code.videolan.org/videolan/libvlcjni.git
(cd libvlcjni && git checkout 510543b6e0ae9a5223041b0049da720a6033d00c)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh -a $ANDROID_ARCH --with-prebuilt-contribs
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh -a $ANDROID_ARCH --package-contribs
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --package-contribs
fi
android-arm:
Expand Down

0 comments on commit 3c2469c

Please sign in to comment.