forked from VISakura/DroneCI
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cirrus.yml
24 lines (22 loc) · 876 Bytes
/
.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
environment:
GITHUB_TOKEN: ENCRYPTED[42567f1526f6d77773610f8c4efc5688aa3e8a7929bcb6c1e3fc80eb233dbfa871b22c8ec6c72584c08c30eb739ef455]
TOKEN: ENCRYPTED[369379332cc08802dd27ea223de0e5fd3515a55a426964e2e1ce639a618225b53c36b2747dad3ff4dc178871f684dca3]
BOT_API_KEY: ENCRYPTED[369379332cc08802dd27ea223de0e5fd3515a55a426964e2e1ce639a618225b53c36b2747dad3ff4dc178871f684dca3]
PD_API_KEY: ENCRYPTED[ef22e868b09b1c4ef6c1e584af63dec140bfd829f5108a692de9121197859d475cd56206e167cc4b7c61e0182da81dfd]
task:
name: Build
timeout_in: 4h
persistent_worker:
labels:
name: TServer
isolation:
container:
image: xealea/xea:02
cpu: 24
memory: 120G
volumes:
- /home/cirrus/ccache:/home/cirrus/ccache
- /home/cirrus/.config:/home/cirrus/.config
build_script:
- chmod +x build
- bash build