-
Notifications
You must be signed in to change notification settings - Fork 3
/
.drone.yml
27 lines (25 loc) · 920 Bytes
/
.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
kind: pipeline
name: Mystic Kernel (MSM-4.19)
steps:
- name: Building Mystic Kernel
image: okta10/docker:debian
environment:
GH_TOKEN:
from_secret: GH_TOKEN
TG_BOT_TOKEN:
from_secret: TG_BOT_TOKEN
TG_CHAT_ID:
from_secret: TG_CHAT_ID
commands:
- "wget https://raw.githubusercontent.com/okta-10/scripts/main/build-ci/kernel-4.19/doStart.sh"
- bash doStart.sh beta clang
- cd kernel
- "wget https://raw.githubusercontent.com/okta-10/scripts/main/build-ci/kernel-4.19/doBuild.sh"
- bash doBuild.sh a26x clang
- bash doBuild.sh lavender clang
- bash doBuild.sh whyred clang
- "wget https://raw.githubusercontent.com/okta-10/scripts/main/patch/oc_4.19.patch"
- git apply oc_4.19.patch
- bash doBuild.sh whyred oc clang
- "wget https://raw.githubusercontent.com/okta-10/scripts/main/build-ci/kernel-4.19/doFinal.sh"
- bash doFinal.sh clang