Fixes workflow matrix variables and debug

This commit is contained in:
rbaron 2023-03-19 16:37:33 +01:00
parent ead6fd434d
commit 6c618d946c

View file

@ -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