-
Notifications
You must be signed in to change notification settings - Fork 54
/
.drone.yml
34 lines (31 loc) · 820 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
28
29
30
31
32
33
34
---
kind: pipeline
type: docker
name: kernel_xiaomi_raphael
platform:
os: linux
arch: amd64
clone:
depth: 1
steps:
- name: immensity_kernel
image: ubuntu:latest
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
TYPE: "REL-0.4.j-OSSFOD"
DEVICE: raphael
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 flex cpio
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git -b master script && cd script
- ./setup-drone --raphael --proton
- ./build-kernel --proton --lto --raphael
when:
branch:
- android11
event:
- push