Adds bthomv1 build for nRF52833 to GitHub workflow

This commit is contained in:
rbaron 2022-11-30 19:28:48 +01:00
parent a9a478f68f
commit b731006dbb

View file

@ -71,6 +71,18 @@ jobs:
with:
name: sample-binaries
path: code/nrf-connect/samples/ble/build/zephyr/ble_nrf52840_bthomev1.hex
# Build and upload ble_nrf52833_bthomev1.hex.
- name: Build ble_nrf52833_bthomev1.hex
uses: ./.github/actions/build
with:
sample-dir: code/nrf-connect/samples/ble
board: bparasite_nrf52833
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V1=y
output-bin: ble_nrf52833_bthomev1.hex
- uses: actions/upload-artifact@v3
with:
name: sample-binaries
path: code/nrf-connect/samples/ble/build/zephyr/ble_nrf52833_bthomev1.hex
# Build and upload ble_nrf52840_test_bthomev1_sleep1s.hex
- name: Build the ble sample for testing @ nRF52840
uses: ./.github/actions/build