Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Add SDM630/636/660 project, platform, target and DTs #8

Add SDM630/636/660 project, platform, target and DTs

Add SDM630/636/660 project, platform, target and DTs #8

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
# Build lk2nd-msm8916 separately first to avoid booting lots of runners
# for obvious build errors that affect all platforms
lk2nd-msm8916:
name: lk2nd
uses: ./.github/workflows/lk2nd.yml
with:
project: lk2nd
platform: msm8916
artifacts: |
build-*/lk.bin
build-*/lk2nd.img
lk2nd:
needs: lk2nd-msm8916
uses: ./.github/workflows/lk2nd-matrix.yml
with:
project: lk2nd
exclude: msm8916 # Already built separately above
artifacts: |
build-*/lk.bin
build-*/lk2nd.img
lk1st:
needs: lk2nd
uses: ./.github/workflows/lk2nd-matrix.yml
with:
project: lk1st
artifacts: |
build-*/*.mbn
build-*/lk.bin
stock:
needs: lk1st
uses: ./.github/workflows/stock-matrix.yml