[Android] Add the remote access artifact to the lib publishing pipeline

Nicolas Pomepuy git at videolan.org
Thu Nov 28 12:44:38 UTC 2024


vlc-android | branch: refs/tags/libvlc-3.6.0-eap13-TEST | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Nov 28 12:46:42 2024 +0100| [b979cc64281120aac38cf75445cdb086b31de7a0] | committer: Nicolas Pomepuy

Add the remote access artifact to the lib publishing pipeline

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

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

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 4744ceec63..5012e7318d 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -449,6 +449,7 @@ publish_libs:
         - ./buildsystem/compile.sh --init -b
         - GRADLE_ABI=ALL RELEASE_SIGNING_ENABLED=false ./gradlew -Dmaven.repo.local=$M2_REPO -p libvlcjni publishToMavenLocal
         - GRADLE_ABI=ALL RELEASE_SIGNING_ENABLED=false ./gradlew -Dmaven.repo.local=$M2_REPO -p medialibrary publishToMavenLocal
+        - GRADLE_ABI=ALL RELEASE_SIGNING_ENABLED=false ./gradlew -Dmaven.repo.local=$M2_REPO -p :application:webserver publishToMavenLocal
     artifacts:
         name: "${CI_COMMIT_TAG}.dbg"
         paths:
@@ -481,8 +482,6 @@ release:
     stage: build
     rules:
         - if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
-    needs:
-      - job: "webserver-build"
     script:
         - ./buildsystem/compile.sh --init
         - ./gradlew assembleRelease



More information about the Android mailing list