[Android] CI: initialize the repositories for VLC4 in continuous-app-build-v4

Steve Lhomme git at videolan.org
Wed Jun 18 07:39:43 UTC 2025


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 18 08:46:36 2025 +0200| [3395bb16b417f6d6af06e740548649eddb646142] | committer: Steve Lhomme

CI: initialize the repositories for VLC4 in continuous-app-build-v4

> https://code.videolan.org/videolan/vlc-android/commit/3395bb16b417f6d6af06e740548649eddb646142
---

 buildsystem/gitlab/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index cb9f77bdfd..a396fab4d3 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -141,7 +141,7 @@ continuous-app-build:
 continuous-app-build-v4:
   extends: .build-all-base
   script:
-    - ./buildsystem/compile.sh --init
+    - ./buildsystem/compile.sh --init -vlc4
     - ./gradlew assembleDebug -PforceVlc4=true
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'



More information about the Android mailing list