forked from raystef66/InfiniR_kernel_alioth
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.drone.yml
36 lines (33 loc) · 846 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
35
36
---
kind: pipeline
type: docker
name: Cunt's CI
platform:
os: linux
arch: amd64
clone:
depth: 1
steps:
- name: building
image: ubuntu:latest
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-1.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 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
when:
branch:
- test
event:
- push