-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.cirrus.yml
More file actions
31 lines (28 loc) · 1.28 KB
/
.cirrus.yml
File metadata and controls
31 lines (28 loc) · 1.28 KB
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
task:
name: Builds
timeout_in: 120m
container:
dockerfile: Dockerfile
cpu: 8
memory: 32G
env:
CIRRUS_WORKING_DIR: "/tmp/ci"
DRIVE: ENCRYPTED[1f1656f2f053a9dbda6943b9d9bdc410774d373ec4881a0a102fc50ad220698bdc885a6bc15687706cf51d4ea26ff07c]
TOKEN: ENCRYPTED[b95311ab0f791461cb0cf48189fed3ccb8237daa6fd579020751c63d24f8ec347eb19f219235b133bc69fd088d3c84da]
CHATID: ENCRYPTED[7903032e9c70913e96d4f2024e93664f85e82814f9e3319be5aca8909a8c244bd595eb8e62d2fb32f603f17cdbc604ad]
BOTTOKEN: ENCRYPTED[cfae95d1f6080639e1210857474f4f2c1d178c9db3619c99cee8031ed52868ed7b919da3bc75880b0da3291601c9f9d9]
GIT_COOKIES: ENCRYPTED[ce65c4bedd638e04984aeccfeaa3daede83e2d899d80495dcf3cff60b452df48a31a71e1ceb9a0041389b50b7a4beba6]
TDRIVE: ENCRYPTED[baacc67b963d775aeeb9f82c8ff99754fc4957d81719793ac1cdefece6e83d4cfe344a1f5282e1af94e66a7407eb5f0e]
TGP_TOKEN: ENCRYPTED[8362383008065fa0280d68780e43ce88a74d56c52ed70d2b4d6d138e000f7354f8ca43c0aab5a0107c37b34cb8e8c28f]
NAME: AOSPA-12
T_DEVICE: sakura
download_cc_background_script:
- bash download_ccache.sh
upload_cc_background_script:
- bash upload_ccache.sh
retry_cc_background_script:
- bash retry_ccache.sh
build_script:
- bash build.sh
final_upload_cc_script:
- bash final_upload_ccache.sh