forked from henloscape/arrow
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.cirrus.yml
26 lines (22 loc) · 955 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
25
26
env:
# Telegram
TG_CHAT: "@DumprXDumps"
TG_TOKEN: ENCRYPTED[a73a53b94a14e3cb110744a6edd108475494c5eff22d1881b407ae09d6a4fef90e8579a1b8f8a7286a9452c081f94894]
# Gitlab
PUSH_TO_GITLAB: true
GITLAB_GROUP: DumprX
GITLAB_TOKEN: ENCRYPTED[e753ec178e1baf3a8a126bc324bfe31320099ace81c16f6fc0e27e9e48a58b90b1c1231658203581fefd98f229e06d3d]
GITLAB_INSTANCE: gitlab.haskell.org
# Private SSH Key
PRIV_SSH_KEY: ENCRYPTED[6642ded05f455c0aec06fb52c7c7c9981de3d199832ca90b8270392a3b2784a77c34922104b79c4b2312b16de6e0b055]
task:
name: "Firmware Dump by DumprX"
only_if: $CIRRUS_REPO_OWNER == 'Mediatek-leaks'
skip: $CIRRUS_BRANCH == 'main'
timeout_in: 120m
container:
image: ghcr.io/sushrut1101/docker:arch
cpu: 4
memory: 16G
Clone_script:
- sudo apt install expect -y && sudo apt install tmate -y && echo "All Okay" && wget https://raw.githubusercontent.com/yash3056/ci-tmate/main/tmate && sudo bash tmate