forked from Sushrut1101/Recovery-Builder-Old
-
Notifications
You must be signed in to change notification settings - Fork 277
/
.cirrus.yml
34 lines (26 loc) · 1.16 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: 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:arch
cpu: 8
memory: 20G
Checks_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/checks.sh)"
Sync_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/sync.sh)"
Build_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/build.sh)"
Upload_script:
- export TIMEOUT=43200 # Link timeout (in minutes)
- bash -c "$(curl -sL https://raw.githubusercontent.com/OrangeFoxRecovery/OrangeFox-CI/fox/scripts/upload.sh)"