Skip to content

Commit

Permalink
CI: Add support for cmi and umi
Browse files Browse the repository at this point in the history
Change-Id: Ic9e6e2dd79565a11d315fdf15d5463b6ab9e2f24
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed Jun 15, 2022
1 parent 5334456 commit 9ddf35e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,31 @@ steps:
- ./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-4.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
Expand All @@ -72,3 +97,28 @@ steps:
- 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-4.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

0 comments on commit 9ddf35e

Please sign in to comment.