mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Merge pull request #249 from KuzonCode/master
[Feature] BUILD_TYPE Parameter
This commit is contained in:
commit
650e0235c5
@ -167,6 +167,7 @@ Other useful settings are:
|
||||
when set to `false`, you can still enable root by flashing the
|
||||
[su installable ZIP][los-extras])
|
||||
* `RELEASE_TYPE (UNOFFICIAL)`: change the release type of your builds
|
||||
* `BUILD_TYPE (userdebug)`: change the build type of your builds (user|userdebug|eng)
|
||||
* `BUILD_OVERLAY (false)`: normally each build is done on the source tree, then
|
||||
the tree is cleaned with `mka clean`. If you want to be sure that each build
|
||||
is isolated from the others, set `BUILD_OVERLAY` to `true` (longer build
|
||||
|
@ -305,7 +305,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
DEBUG_LOG="$LOGS_DIR/$logsubdir/lineage-$los_ver-$builddate-$RELEASE_TYPE-$codename.log"
|
||||
|
||||
set +eu
|
||||
breakfast "$codename" &>> "$DEBUG_LOG"
|
||||
breakfast "$codename" "$BUILD_TYPE" &>> "$DEBUG_LOG"
|
||||
set -eu
|
||||
|
||||
if [ -f /root/userscripts/pre-build.sh ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user