diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index 0975235..7d7b07d 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -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