[vlc-commits] [Git][videolan/vlc][3.0.x] ci: android: use the last build script
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Jul 13 08:05:12 UTC 2023
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
1f686d34 by Thomas Guillem at 2023-07-10T10:03:59+02:00
ci: android: use the last build script
And use last vlc-debian-android image with NDK21e.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -17,7 +17,7 @@ variables:
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64-3.0:20211008140026
VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200706065223
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
- VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20211004103136
+ VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20230621085943
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437
.variables-debian: &variables-debian
@@ -338,11 +338,12 @@ nightly-macos-arm64:
image:
name: $VLC_ANDROID_IMAGE
script: |
- wget https://code.videolan.org/videolan/vlc-android/raw/0daaf5f3a08b5c52b4caaf526633cca7061d04c2/compile-libvlc.sh
+ git clone https://code.videolan.org/videolan/libvlcjni.git
+ (cd libvlcjni && git checkout 07719e22b223fc31fa9935371d16eba311496890)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
- /bin/sh ./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 ./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:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1f686d34505e6ed50fe45a59f9aa4b06d7f0dc7f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1f686d34505e6ed50fe45a59f9aa4b06d7f0dc7f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list