ci: support android 14 AVD (#1405)

This commit is contained in:
5ec1cff
2024-02-29 17:36:38 +08:00
committed by GitHub
parent 5aa025c3f0
commit 7b89ec89c0
3 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: Build Kernel - Android 14 AVD
on:
push:
branches: ["main", "ci", "checkci"]
paths:
- ".github/workflows/build-kernel-a14.yml"
- ".github/workflows/avd-kernel.yml"
- ".github/workflows/manifests/android-14-avd.xml"
- "kernel/**"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/build-kernel-a14-avd.yml"
- ".github/workflows/avd-kernel.yml"
- ".github/workflows/manifests/android-14-avd.xml"
- "kernel/**"
workflow_call:
workflow_dispatch:
jobs:
build-kernel:
if: github.event_name != 'pull_request' && github.ref != 'refs/heads/checkci'
uses: ./.github/workflows/avd-kernel.yml
secrets: inherit
with:
version_name: android-14
manifest_name: android-14-avd.xml
debug: true