-
Notifications
You must be signed in to change notification settings - Fork 13
/
.drone.yml
35 lines (32 loc) · 906 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
---
kind: pipeline
type: docker
name: Cunt's CI
platform:
os: linux
arch: amd64
clone:
depth: 1
steps:
- name: building
image: archlinux:base-devel
environment:
CI_CHANNEL_ID:
from_secret: ci_channel_id
BOT_API_KEY:
from_secret: bot_api_key
TYPE: "REL-0.5.z"
DEVICE: alioth
KBUILD_BUILD_USER: UtsavTheCunt
KBUILD_BUILD_HOST: CuntsSpace
commands:
- curl -fsSL "https://repo.archlinuxcn.org/x86_64/glibc-linux4-2.33-5-x86_64.pkg.tar.zst" | bsdtar -C / -xvf - &>/dev/null
- pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bison bc bison curl git zip python2 flex cpio
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git -b kona script && cd script
- ./setup-drone --alioth
- ./build-kernel --lto
when:
branch:
- android11-stable
event:
- push