From decfa14cb5868d9d77450d5a175eed456d90cc1f Mon Sep 17 00:00:00 2001 From: forever Date: Sat, 26 Oct 2024 23:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.github/workflows/build2.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build2.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/build2.yaml diff --git a/.github/workflows/build2.yaml b/.github/workflows/build2.yaml new file mode 100644 index 0000000..4f7b47e --- /dev/null +++ b/.github/workflows/build2.yaml @@ -0,0 +1,20 @@ +name: BuildKernel + +on:push + +jobs: + build-kernel: + name: Build Kernel + runs-on: ubuntu-20.04 + steps: + - name: Build + uses: dabao1955/kernel_build_action@main + with: + kernel-url: https://github.com/mondrian-development/android_kernel_xiaomi_mondrian + kernel-branch: mondrian-s-oss + config: vendor/mondrian_GKI + arch: arm64 + aosp-gcc: true + aosp-clang: true + android-version: 12 + aosp-clang-version: r383902 \ No newline at end of file