[Android] Remove the remote access artifact generation from the libvlcjni release

Nicolas Pomepuy git at videolan.org
Thu Dec 5 10:28:49 UTC 2024


vlc-android | branch: refs/tags/libvlc-3.6.0-eap15-TEST | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Dec  5 11:27:53 2024 +0100| [3fa625c96f148dc084962e76f60c4d6050b15dc8] | committer: Nicolas Pomepuy

Remove the remote access artifact generation from the libvlcjni release

So it's now completely standalone

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

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

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 0185f4f282..edc279541a 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -37,7 +37,6 @@ stages:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
       changes:
         - buildsystem/compile-remoteaccess.sh
-    - if: '$CI_COMMIT_TAG =~ /^libvlc-3.*$/'
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
     - if: '$CI_COMMIT_TAG =~ /^remoteaccess-.*$/'
 
@@ -444,14 +443,12 @@ publish_libs:
       - job: "build-libs-armv7"
       - job: "build-libs-x86"
       - job: "build-libs-x86_64"
-      - job: "webserver-build"
     script:
         - mkdir -p $M2_REPO
         - git config --global --add safe.directory $CI_PROJECT_DIR/libvlcjni
         - ./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:



More information about the Android mailing list