Skip to content

Commit

Permalink
Create lk2nd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pachof authored Dec 2, 2023
1 parent ae48540 commit 876d542
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/lk2nd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: lk2nd
on: [push, pull_request]
jobs:
lk2nd-msm8916:
uses: ./.github/workflows/build.yml
with:
project: lk2nd-msm8916

lk2nd:
needs: lk2nd-msm8916
strategy:
matrix:
project: [lk2nd-msm8226, lk2nd-msm8974]
uses: ./.github/workflows/build.yml
with:
project: ${{ matrix.project }}

lk1st:
needs: lk2nd-msm8916
strategy:
matrix:
project: [lk1st-msm8916]
uses: ./.github/workflows/build.yml
with:
project: ${{ matrix.project }}

lk1st-msm8916-db410c:
needs: lk2nd-msm8916
uses: ./.github/workflows/build.yml
with:
project: lk1st-msm8916
vars: FORCE_SDCARD=1 LK1ST_DTB=apq8016-sbc LK1ST_PANEL=adv7533_1080p_video

caf:
needs: lk2nd-msm8916
strategy:
matrix:
project: [msm8916, msm8974, msm8226]
uses: ./.github/workflows/build.yml
with:
project: ${{ matrix.project }}

0 comments on commit 876d542

Please sign in to comment.