Skip to content

feat: fbuild install, cache observability and split CI caches (#1433) #2060

feat: fbuild install, cache observability and split CI caches (#1433)

feat: fbuild install, cache observability and split CI caches (#1433) #2060

name: Build STM32F411CE
# >>> RENDERED-ON-BEGIN (ci/render_workflows.py) -- do not edit by hand <<<
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: [main]
paths:
- 'tests/platform/stm32f411ce/**'
- 'crates/fbuild-build-arm/src/stm32/**'
- '.github/workflows/build-stm32f411ce.yml'
pull_request:
branches: [main]
paths:
- 'tests/platform/stm32f411ce/**'
- 'crates/fbuild-build-arm/src/stm32/**'
- '.github/workflows/build-stm32f411ce.yml'
concurrency:
group: build-stm32f411ce.yml-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
# >>> RENDERED-ON-END <<<
jobs:
build:
uses: ./.github/workflows/template_build.yml
with:
workflow-name: "STM32F411CE"
test-dir: "tests/platform/stm32f411ce"
env-name: "stm32f411ce"
firmware-ext: "hex"