forked from Sushrut1101/Recovery-Builder-Old
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.cirrus.yml
44 lines (38 loc) · 1.33 KB
/
.cirrus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
env:
MANIFEST: https://github.com/The-RAVEN-OS/manifest.git
MANIFEST_BRANCH: twelve
DEVICE: A6020
OEM: lenovo
DT_LINK: https://github.com/Sushrut1101-ROMs/device_lenovo_A6020.git -b rr_10
DT_PATH: device/$OEM/$DEVICE
VT_LINK: https://github.com/hsj51/vendor_lenovo_A6020.git -b 10.x
VT_PATH: vendor/$OEM/$DEVICE
KT_LINK: https://github.com/jro1979oliver/android_kernel_lenovo_msm8916.git
PLATFORM: msm8916
KT_PATH: kernel/$OEM/$PLATFORM
EXTRA_CMD: "git clone --depth=1 https://github.com/ghostrider-reborn/prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-6.x.git $SYNC_PATH/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-6.x"
LUNCH_COMBO: rr_A6020-userdebug
TARGET: bacon
OUTPUT: RROS*.zip
# Not Recommended to Change
SYNC_PATH: $HOME/work # Do NOT use "~". Use $HOME instead.
CCACHE_SIZE: 30G
CCACHE_DIR: $HOME/work/.ccache
J_VAL: 16
# Cirrus Specific Vars (Do *NOT* Change)
CIRRUS_SHELL: bash
task:
name: "AOSP Build"
trigger_type: manual
timeout_in: 120m
container:
image: registry.gitlab.com/sushrut1101/docker:latest
cpu: 8
memory: 32G
Sync_script:
- bash sync.sh
Build_script:
- bash build.sh
Upload_script:
- export TIMEOUT=43200 # Download Link Timeout (in Minutes)
- bash upload.sh