forked from Recoveries-CI/SHRP-CI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cirrus.yml
31 lines (24 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
env:
# Config
CONFIG: config.sh
# Telegram
TG_CHAT_ID: ENCRYPTED[!7ac99e74abe810b4caaf9dc46b7947a14becade92db6cf893fbf771b115e597df7e19ff5f5c7b38047cf2d2d4385a249!]
TG_TOKEN: ENCRYPTED[!785d9cbf35b1760b5398e63ee98f72c8a47d6a35115defdaa1ce67bc3ea4aac824d21142cf3662fca64248c7917ed73a!]
# Cirrus Specific Vars (Do *NOT* Change)
CIRRUS_SHELL: bash
task:
name: "SHRP CI"
timeout_in: 120m
container:
image: ghcr.io/faoliveira78/docker:latest
cpu: 8
memory: 8G
Checks_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/Recoveries-CI/SHRP-CI/main/scripts/checks.sh)"
Sync_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/JustANormalTinker/SHRP-CI/main/scripts/sync.sh)"
Build_script:
- bash -c "$(curl -sL https://raw.githubusercontent.com/JustANormalTinker/SHRP-CI/main/scripts/build.sh)"
Upload_script:
- export TIMEOUT=43200 # Link timeout (in minutes)
- bash -c "$(curl -sL https://raw.githubusercontent.com/Recoveries-CI/SHRP-CI/main/scripts/upload.sh)"