Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
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
67dcea53
Commit
67dcea53
authored
1 year ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Generate app bundles in the script and add them to the CI artifacts
parent
cb67ca5c
Branches
transifex
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1806
Generate app bundles in the script and add them to the CI artifacts
Pipeline
#416179
failed
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildsystem/compile.sh
+4
-0
4 additions, 0 deletions
buildsystem/compile.sh
buildsystem/gitlab/.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
buildsystem/gitlab/.gitlab-ci.yml
with
6 additions
and
0 deletions
buildsystem/compile.sh
+
4
−
0
View file @
67dcea53
...
...
@@ -364,6 +364,10 @@ else
fi
TARGET
=
"
${
ACTION
}${
BUILDTYPE
}
"
GRADLE_VLC_SRC_DIRS
=
"
$GRADLE_VLC_SRC_DIRS
"
CLI
=
""
GRADLE_ABI
=
$GRADLE_ABI
./gradlew
${
gradle_prop
}
-Dmaven
.repo.local
=
$M2_REPO
$TARGET
if
[
"
$BUILDTYPE
"
=
"Release"
-a
"
$ACTION
"
=
"assemble"
]
;
then
TARGET
=
"bundle
${
BUILDTYPE
}
"
GRADLE_VLC_SRC_DIRS
=
"
$GRADLE_VLC_SRC_DIRS
"
CLI
=
""
GRADLE_ABI
=
$GRADLE_ABI
./gradlew
${
gradle_prop
}
-Dmaven
.repo.local
=
$M2_REPO
$TARGET
fi
if
[
"
$TEST
"
=
1
]
;
then
TARGET
=
"application:vlc-android:install
${
BUILDTYPE
}
AndroidTest"
GRADLE_VLC_SRC_DIRS
=
"
$GRADLE_VLC_SRC_DIRS
"
CLI
=
""
GRADLE_ABI
=
$GRADLE_ABI
./gradlew
${
gradle_prop
}
-Dmaven
.repo.local
=
$M2_REPO
$TARGET
...
...
This diff is collapsed.
Click to expand it.
buildsystem/gitlab/.gitlab-ci.yml
+
2
−
0
View file @
67dcea53
...
...
@@ -485,10 +485,12 @@ release:
script
:
-
./buildsystem/compile.sh --init
-
./gradlew assembleRelease
-
./gradlew bundleRelease
artifacts
:
name
:
"
${CI_COMMIT_TAG}"
paths
:
-
application/app/build/outputs/apk/release/VLC-Android-*.apk
-
application/app/build/outputs/bundle/release/*.aab
# - 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