-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cirrus.yml
46 lines (39 loc) · 1.09 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
45
46
env:
MANIFEST: https://github.com/crdroidandroid/android.git
MANIFEST_BRANCH: 13.0
DEVICE: spes
OEM: xiaomi
DT_LINK: https://github.com/sakshiagrwal/android_device_xiaomi_spes.git -b jb13.0
DT_PATH: device/$OEM/$DEVICE
VT_LINK: https://github.com/sakshiagrwal/android_vendor_xiaomi_spes.git -b jb13.0
VT_PATH: vendor/$OEM/$DEVICE
KT_LINK: https://github.com/sakshiagrwal/android_kernel_xiaomi_spes.git -b jb13.0
KT_PATH: kernel/$OEM/$DEVICE
LUNCH_COMBO: lineage_spes-user
TARGET: bacon
OUTPUT: crDroidAndroid*.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: "crDroid Builds"
timeout_in: 2h
container:
image: apon77/aosp:cirrus
cpu: 8
memory: 32G
Storage_Checker:
- df -h
- lsblk
- ls -l -a -h
Sync_script:
- bash sync.sh
Build_script:
- bash build.sh
Upload_script:
- export TIMEOUT=43200 # Download Link Timeout (in Minutes)
- bash upload.sh