Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LineageOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlexwareSystems
Android
LineageOS
Commits
a2896904
Verified
Commit
a2896904
authored
1 year ago
by
Alexander Kehr
Browse files
Options
Downloads
Patches
Plain Diff
all builds
parent
d37abd30
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3084
failed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+24
-24
24 additions, 24 deletions
.gitlab-ci.yml
flavours/all/local_manifests/.gitkeep
+0
-0
0 additions, 0 deletions
flavours/all/local_manifests/.gitkeep
with
24 additions
and
24 deletions
.gitlab-ci.yml
+
24
−
24
View file @
a2896904
...
...
@@ -18,13 +18,14 @@ image: lineageos4microg/docker-lineage-cicd
-
mkdir -p ${LOGS_DIR}
-
mkdir -p ${USERSCRIPTS_DIR}
-
curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
-
cp flavours/all/local_manifests/* ${LMANIFEST_DIR}
-
cp flavours/${RELEASE_TYPE}/local_manifests/* ${LMANIFEST_DIR}
-
chmod +x flavours/${RELEASE_TYPE}/userscripts/*
-
chmod +x flavours/all/userscripts/*
-
cp flavours/all/userscripts/* ${USERSCRIPTS_DIR}
-
cp flavours/${RELEASE_TYPE}/userscripts/* ${USERSCRIPTS_DIR}
.
build_job_base
:
build_job_base
:
before_script
:
*build_before_script
tags
:
-
high-memory
...
...
@@ -33,7 +34,7 @@ image: lineageos4microg/docker-lineage-cicd
SECURE_FILES_DOWNLOAD_PATH
:
"
./keys"
PERSISTENT_CACHE_PATH
:
/ext-tank/cache-199
USE_CCACHE
:
1
CCACHE_SIZE
:
1
00G
CCACHE_SIZE
:
5
00G
LOCAL_MIRROR
:
"
false"
MIRROR_DIR
:
${PERSISTENT_CACHE_PATH}/mirror
SRC_DIR
:
${PERSISTENT_CACHE_PATH}/src
...
...
@@ -47,6 +48,11 @@ image: lineageos4microg/docker-lineage-cicd
ANDROID_JACK_VM_ARGS
:
"
-Dfile.encoding=UTF-8
-XX:+TieredCompilation
-Xmx100G"
KEYS_SUBJECT
:
'
/C=DE/ST=Hessen/L=Weiterstadt/O=AlexwareSystems/OU=Android/CN=Spacewar/emailAddress=support@alexware.systems'
OTA_URL
:
'
https://ota-android.alexware.systems/api'
CLEAN_OUTDIR
:
"
false"
DELETE_OLD_ZIPS
:
2
SIGNATURE_SPOOFING
:
restricted
BUILD_TYPE
:
"
user"
SIGN_BUILDS
:
"
true"
artifacts
:
paths
:
-
logs/*
...
...
@@ -54,47 +60,41 @@ image: lineageos4microg/docker-lineage-cicd
script
:
-
/root/init.sh
.
build:without GMS
:
build:
los20:
without GMS
:
extends
:
.build_job_base
stage
:
build without GMS
variables
:
DEVICE_LIST
:
grus,dubai
DEVICE_LIST
:
grus,dubai
,spacewar
BRANCH_NAME
:
lineage-20.0
SIGN_BUILDS
:
"
true"
BUILD_TYPE
:
"
user"
RELEASE_TYPE
:
"
main"
SIGNATURE_SPOOFING
:
restricted
WITH_GMS
:
"
false"
CLEAN_OUTDIR
:
"
true"
# CUSTOM_PACKAGES: "RevancedManager"
.
build:with MicroG
:
build:
los20:
with MicroG
:
extends
:
.build_job_base
stage
:
build with microG
variables
:
DEVICE_LIST
:
grus,dubai
DEVICE_LIST
:
grus,dubai
,spacewar
BRANCH_NAME
:
lineage-20.0
SIGN_BUILDS
:
"
true"
BUILD_TYPE
:
"
user"
RELEASE_TYPE
:
"
microg"
SIGNATURE_SPOOFING
:
restricted
WITH_GMS
:
"
true"
CLEAN_OUTDIR
:
"
false"
# CUSTOM_PACKAGES: "RevancedManager"
build:with GMS
:
build:
los20:
with GMS
:
extends
:
.build_job_base
stage
:
build with
microG
stage
:
build with
GMS
variables
:
DEVICE_LIST
:
grus,dubai
DEVICE_LIST
:
grus,dubai
,spacewar
BRANCH_NAME
:
lineage-20.0
SIGN_BUILDS
:
"
true"
BUILD_TYPE
:
"
user"
RELEASE_TYPE
:
"
gms"
SIGNATURE_SPOOFING
:
restricted
WITH_GMS
:
"
true"
CLEAN_OUTDIR
:
"
false"
# CUSTOM_PACKAGES: "RevancedManager"
.build:los18:without GMS
:
extends
:
.build_job_base
stage
:
build without GMS
variables
:
DEVICE_LIST
:
foster
BRANCH_NAME
:
lineage-18.1
RELEASE_TYPE
:
"
main"
WITH_GMS
:
"
false"
upload
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
flavours/all/local_manifests/.gitkeep
0 → 100644
+
0
−
0
View file @
a2896904
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