-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.cirrus.yml
34 lines (26 loc) · 1.22 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
env:
# OrangeFox Sync Repository
FOX_SYNC: https://gitlab.com/OrangeFox/sync.git
# Config
CONFIG: CI_script/config.sh
# Telegram
# TG_CHAT_ID: ENCRYPTED[0003e1cf5276424a5b2afb8c6a39f2d830864e8555b37220bd3bf173f3ef5b8769ab98425d96a76adf64b18241c940dd]
# TG_TOKEN: ENCRYPTED[03de4105db5d23ec42490965c0a0f79217c1e3366cb152bd9d9a045e22586eba675615e1f08bf1aea3e860d499efde60]
# Cirrus Specific Vars (Do *NOT* Change)
CIRRUS_SHELL: bash
task:
name: "Recovery Build"
timeout_in: 120m
container:
image: ghcr.io/sushrut1101/docker:latest
cpu: 8
memory: 20G
Checks_script:
- curl -sL https://raw.githubusercontent.com/shashankx86/android_device_xiaomi_spes-TWRP/twrp-11/CI_script/checks.sh | bash
Sync_script:
- curl -sL https://raw.githubusercontent.com/shashankx86/android_device_xiaomi_spes-TWRP/twrp-11/CI_script/sync.sh | bash
Build_script:
- curl -sL https://raw.githubusercontent.com/shashankx86/android_device_xiaomi_spes-TWRP/twrp-11/CI_script/build.sh | bash
Upload_script:
- export TIMEOUT=43200 # Link timeout (in minutes)
- curl https://raw.githubusercontent.com/shashankx86/android_device_xiaomi_spes-TWRP/twrp-11/CI_script/upload.sh | bash