forked from raystef66/InfiniR_kernel_alioth
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.drone.yml
124 lines (120 loc) · 3.69 KB
/
.drone.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | ALIOTH
steps:
- name: building-alioth
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-6.0.0
DEVICE: alioth
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | APOLLO
steps:
- name: building-apollo
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-6.0.0
DEVICE: apollo
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | CMI
steps:
- name: building-cmi
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-6.0.0
DEVICE: cmi
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | LMI
steps:
- name: building-lmi
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-6.0.0
DEVICE: lmi
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
---
clone:
depth: 1
kind: pipeline
name: IMMENSITY - X | UMI
steps:
- name: building-umi
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: REL-6.0.0
DEVICE: umi
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang