From b731006dbb3a2c2a3006a9a6965a7b8ed947761a Mon Sep 17 00:00:00 2001 From: rbaron Date: Wed, 30 Nov 2022 19:28:48 +0100 Subject: [PATCH] Adds bthomv1 build for nRF52833 to GitHub workflow --- .github/workflows/b-parasite.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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