Skip to content

remove app component #27

remove app component

remove app component #27

Workflow file for this run

name: PR Build
on:
push:
pull_request:
jobs:
efr32:
strategy:
matrix:
# Every app builds for every board and suffix
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, window-app]
board: [brd4187c, brd4316a, brd4337a]
suffix: [thread]
# Build only specific combinations of app, board and suffix
include:
# Thread boards that have thermostats
- board: brd4187c
app: thermostat
suffix: thread
- board: brd4316a
app: thermostat
suffix: thread
# Wi-Fi NCP combos
- board: brd4187c
app: thermostat
suffix: 917-ncp
- board: brd4187c
app: thermostat
suffix: rs911x
- board: brd4187c
app: thermostat
suffix: wf200
- board: brd4187c
app: lock-app
suffix: 917-ncp
- board: brd4187c
app: lock-app
suffix: rs911x
- board: brd4187c
app: lock-app
suffix: wf200
- board: brd4187c
app: window-app
suffix: 917-ncp
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
family: efr32
siwx917:
strategy:
matrix:
# Every app builds for every board and suffix
app: [dishwasher-app, light-switch-app, lighting-app, lock-app, onoff-plug-app, sensor-app, window-app]
board: [brd4338a]
suffix: [917-soc]
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
family: siwx917
extension: ;wiseconnect3_sdk
cmp:
strategy:
matrix:
# Every app builds for every board and suffix
app: [zigbee-matter]
board: [brd4187c, brd4116a, brd4117a, brd4118a]
suffix: [light]
addAppComponent: [matter_zigbee_concurrent;matter, matter_zigbee_sequential;matter]
name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.addAppComponent}} ${{ matrix.board }}
uses: ./.github/workflows/generate-and-build.yaml
with:
app: ${{ matrix.app }}
board: ${{ matrix.board }}
suffix: ${{ matrix.suffix }}
addAppComponent: ${{ matrix.addAppComponent }},matter_no_debug;matter
removeAppComponent: matter_lcd;matter
family: efr32