-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.cirrus.yml
34 lines (26 loc) · 1.05 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: -1001595569305
TG_TOKEN: ENCRYPTED[525a4d7e4426bdaad7b33b8a958d7baaba34378fa92a7e15408031fa8612387af7eb911ce3466cb4e57b8644e69ef7bf]
# Cirrus Specific Vars (Do *NOT* Change)
CIRRUS_SHELL: bash
task:
name: "OrangeFox CI"
timeout_in: 120m
container:
image: ghcr.io/sushrut1101/docker:latest
cpu: 8
memory: 20G
Checks_script:
- curl -sL https://raw.githubusercontent.com/XenonTheInertG-CI/OrangeFox-CI/main/scripts/checks.sh | bash
Sync_script:
- curl -sL https://raw.githubusercontent.com/XenonTheInertG-CI/OrangeFox-CI/main/scripts/sync.sh | bash
Build_script:
- curl -sL https://raw.githubusercontent.com/XenonTheInertG-CI/OrangeFox-CI/main/scripts/build.sh | bash
Upload_script:
- export TIMEOUT=43200 # Link timeout (in minutes)
- curl -sL https://raw.githubusercontent.com/XenonTheInertG-CI/OrangeFox-CI/main/scripts/upload.sh | bash