[Android] CI: use the v4 image for the v4 continuous build
Steve Lhomme
git at videolan.org
Fri Jul 7 13:38:35 UTC 2023
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 14 13:56:22 2023 +0200| [cb88d738aaf68a506ff9af40005f216125caca98] | committer: Nicolas Pomepuy
CI: use the v4 image for the v4 continuous build
Otherwise it's inheriting the default (v3) image.
> https://code.videolan.org/videolan/vlc-android/commit/cb88d738aaf68a506ff9af40005f216125caca98
---
buildsystem/gitlab/.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index ac266ee6ef..bbb2e7427f 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -67,6 +67,7 @@ continuous-app-build:
continuous-app-build-v4:
extends: .build-all-base
+ image: registry.videolan.org/vlc-debian-android:20230212071537
script:
- ./buildsystem/compile.sh --init
- ./gradlew assembleDebug -PforceVlc4=true
@@ -328,7 +329,7 @@ build-libs-x86_64-v4:
publish_libs:
extends: .build-libs-base
stage: package
- needs:
+ needs:
- job: "build-libs-arm64"
- job: "build-libs-armv7"
- job: "build-libs-x86"
More information about the Android
mailing list