[Android] CI: mark libvlcjni as safe for vlc 3 builds
Nicolas Pomepuy
git at videolan.org
Fri Jul 7 09:27:43 UTC 2023
vlc-android | branch: refs/tags/libvlc-4.0.0-eap12 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jul 7 08:19:52 2023 +0200| [f9eb70c9a6ac519d8300d4336f4c1999978d811b] | committer: Nicolas Pomepuy
CI: mark libvlcjni as safe for vlc 3 builds
> https://code.videolan.org/videolan/vlc-android/commit/f9eb70c9a6ac519d8300d4336f4c1999978d811b
---
buildsystem/gitlab/.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index ecef325f67..9beb6f17bc 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -338,6 +338,7 @@ publish_libs:
- job: "build-libs-x86_64"
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
More information about the Android
mailing list