Skip to content

Commit

Permalink
CI: Add circleCI pipeline for kernel building
Browse files Browse the repository at this point in the history
Change-Id: I8d5b68058eb9f88f6200a035d269337f3a2c5b18
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed Dec 6, 2022
1 parent 1a041f0 commit d8c3b02
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2.1
jobs:
alioth:
docker:
- image: debian:stable-slim
steps:
- run:
command: |
apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python python3 flex cpio libncurses5-dev wget
mkdir -p build && cd build/
git clone --depth=1 https://github.com/UtsavBalar1231/kernel_xiaomi_sm8250 -b android13-clo kernel
curl https://raw.githubusercontent.com/UtsavBalar1231/Drone-scripts/circleci/setup-circle > setup.sh
curl https://raw.githubusercontent.com/UtsavBalar1231/Drone-scripts/circleci/build-kernel > build-kernel.sh
export DEVICE="alioth"
export TYPE="0x00"
export KBUILD_BUILD_USER="UtsavTheCunt"
export KBUILD_BUILD_HOST="CuntsSpace"
source setup.sh
source build-kernel.sh --aosp-clang
no_output_timeout : 5h
workflows:
version: 2.1
cooking:
jobs:
- alioth

0 comments on commit d8c3b02

Please sign in to comment.