File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Build on push lineage-21-ksu
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches : [ lineage-21-ksu ]
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout kernel source
13+ uses : actions/checkout@v4
14+ with :
15+ submodules : recursive
16+
17+ - name : Checkout zipper
18+ uses : actions/checkout@v4
19+ with :
20+ repository : cyberc3dr/AnyKernel3
21+ path : zipper
22+
23+ - name : Android kernel build
24+ uses : cyberc3dr/android-kernel-actions@onclite
25+ id : build
26+ env :
27+ NAME : onclite
28+ with :
29+ arch : arm64
30+ compiler : proton-clang/master
31+ defconfig : onclite-perf_defconfig
32+ image : Image
33+
34+ - name : Upload build artifact
35+ uses : actions/upload-artifact@v4
36+ with :
37+ name : onclite
38+ path : zipper/*.zip
You can’t perform that action at this time.
0 commit comments