From 3fa625c96f148dc084962e76f60c4d6050b15dc8 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Thu, 5 Dec 2024 11:27:53 +0100 Subject: [PATCH] Remove the remote access artifact generation from the libvlcjni release So it's now completely standalone --- 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 0185f4f28..edc279541 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: