Skip to content
Snippets Groups Projects
Commit ad36a28c authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

CI: mark libvlcjni as safe for vlc 3 builds

parent 3544c3b9
No related branches found
No related tags found
No related merge requests found
Pipeline #360706 passed with stages
in 23 minutes and 8 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment