Fixes workflow matrix variables and debug
This commit is contained in:
parent
ead6fd434d
commit
6c618d946c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/b-parasite.yml
vendored
8
.github/workflows/b-parasite.yml
vendored
|
|
@ -71,8 +71,8 @@ jobs:
|
|||
sample-dir: code/nrf-connect/samples/ble
|
||||
board: bparasite_${{ matrix.soc }}
|
||||
revision: ${{ matrix.revision }}
|
||||
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y
|
||||
output-bin: ble_${{ matrix.soc }}_${{ matrix.version }}_debug.hex
|
||||
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
|
||||
output-bin: ble_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex
|
||||
|
||||
build-zigbee:
|
||||
strategy:
|
||||
|
|
@ -92,5 +92,5 @@ jobs:
|
|||
sample-dir: code/nrf-connect/samples/zigbee
|
||||
board: bparasite_${{ matrix.soc }}
|
||||
revision: ${{ matrix.revision }}
|
||||
cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y
|
||||
output-bin: zigbee_${{ matrix.soc }}_${{ matrix.version }}_debug.hex
|
||||
cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y
|
||||
output-bin: zigbee_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue