Skip to content

Use reusable workflows in automated actions #119

Use reusable workflows in automated actions

Use reusable workflows in automated actions #119

Workflow file for this run

name: 'Build entire platform'
on:
pull_request:
branches: [ master ]
jobs:
cfr24:
uses: ./.github/workflows/build.yml
with:
build-targets: cfr24
flags: -j32 --flashable-bootloader --package
build-type: platform
cfr25:
uses: ./.github/workflows/build.yml
with:
build-targets: cfr25
flags: -j32 --flashable-bootloader --package
build-type: platform
updaters:
needs: [ cfr24, cfr25 ]
uses: ./.github/workflows/build.yml
with:
build-targets: bl:1000,1001,1002,1003,1004,1005,1010,1011,1030,1031,1032
flags: -j32 --flashable-bootloader --package
build-type: targets