Skip to content

Use reusable workflows in automated actions #127

Use reusable workflows in automated actions

Use reusable workflows in automated actions #127

Workflow file for this run

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