Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
CI: Compile both alioth and apollo builds
Browse files Browse the repository at this point in the history
Change-Id: If2173af89d6c4137077e26eb56b54394cc6ee958
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed May 2, 2022
1 parent 43b668b commit 963e5ab
Showing 1 changed file with 29 additions and 16 deletions.
45 changes: 29 additions & 16 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
---
clone:
depth: 1
kind: pipeline
type: docker
name: Cunt's CI

platform:
os: linux
arch: amd64
name: IMMENSITY - X | ALIOTH
steps:
- name: building-alioth
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-2.0.1
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 --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang

---
clone:
depth: 1

kind: pipeline
name: IMMENSITY - X | APOLLO
steps:
- name: building
- name: building-apollo
image: debian:stable-slim
environment:
CI_CHANNEL_ID:
Expand All @@ -20,17 +38,12 @@ steps:
from_secret: bot_api_key
PD_API_KEY:
from_secret: pd_api_key
TYPE: "REL-2.0.1"
DEVICE: alioth
TYPE: REL-2.0.1
DEVICE: apollo
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
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git --depth=1 -b test script && cd script
- ./setup-drone --aosp-clang
- ./build-kernel --aosp-clang
when:
branch:
- android12-stable
event:
- push

0 comments on commit 963e5ab

Please sign in to comment.