forked from dabao1955/kernel_build_action
-
Notifications
You must be signed in to change notification settings - Fork 1
46 lines (42 loc) · 1.09 KB
/
main.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
37
38
39
40
41
42
43
44
45
46
name: CI
on:
push:
branches: main
pull_request:
jobs:
lint:
uses: ./.github/workflows/check.yml
ci-test:
needs:
- lint
name: Build Kernel
strategy:
fail-fast: false
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Build Kernel
uses: ./
with:
kernel-url: https://github.com/AndroidAppsUsedByMyself/android_kernel_motorola_sm8250
kernel-branch: lineage-22.0
config: lineageos_pstar_stock_defconfig
extra-cmd: LOCALVERSION=-kernelsu
arch: arm64
aosp-gcc: true
aosp-clang: true
ccache: true
ksu-url: http://github.com/rifsxd/KernelSU-Next
ksu-version: next
ksu: true
ksu-lkm: true
android-version: 12
aosp-clang-version: r416183b1
disable-lto: true
anykernel3: true