Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
831a9570
Commit
831a9570
authored
4 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
CI jobs for libs and app releases
parent
ef3cfa43
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildsystem/gitlab/.gitlab-ci.yml
+34
-0
34 additions, 0 deletions
buildsystem/gitlab/.gitlab-ci.yml
with
34 additions
and
0 deletions
buildsystem/gitlab/.gitlab-ci.yml
+
34
−
0
View file @
831a9570
...
...
@@ -159,3 +159,37 @@ nightly-x86_64:
-
application/app/build/outputs/apk/dev/VLC-Android-*.apk
expire_in
:
2 weeks
publish_libs
:
extends
:
.build-all-base
only
:
-
/^libvlc-.*$/
except
:
-
branches
variables
:
ARCH
:
all
script
:
-
./buildsystem/compile.sh -l -a ${ARCH} release
-
GRADLE_ABI=ALL ./gradlew -p libvlc bintrayupload
-
./buildsystem/compile.sh -ml -a ${ARCH} release
-
GRADLE_ABI=ALL ./gradlew -p medialibrary bintrayupload
artifacts
:
name
:
"
${CI_COMMIT_TAG}.dbg"
paths
:
-
.dbg/
expire_in
:
2 weeks
release
:
extends
:
.build-all-base
only
:
-
/^(\d+\.)?(\d+\.)?(\*|\d+)$/
except
:
-
branches
script
:
-
./gradlew assembleRelease
artifacts
:
name
:
"
${CI_COMMIT_TAG}"
paths
:
-
application/app/build/outputs/apk/release/VLC-Android-*.apk
# - application/app/build/outputs/mapping/release/mapping.txt
expire_in
:
2 weeks
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment