From a9a478f68f6ee40407d086bf4f80846cd895f530 Mon Sep 17 00:00:00 2001 From: rbaron Date: Wed, 30 Nov 2022 19:22:13 +0100 Subject: [PATCH] Add a nRF52840 build to GitHub workflow --- .github/workflows/b-parasite.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index 278779e..0975235 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -48,6 +48,17 @@ jobs: with: name: sample-binaries path: code/nrf-connect/samples/ble/build/zephyr/ble_nrf52840_default.hex + # Build and upload ble_nrf52833_default.hex. + - name: Build the ble sample with default config (nRF52833) + uses: ./.github/actions/build + with: + sample-dir: code/nrf-connect/samples/ble + board: bparasite_nrf52833 + output-bin: ble_nrf52833_default.hex + - uses: actions/upload-artifact@v3 + with: + name: sample-binaries + path: code/nrf-connect/samples/ble/build/zephyr/ble_nrf52833_default.hex # Build and upload ble_nrf52840_bthomev1.hex. - name: Build ble_nrf52840_bthomev1.hex uses: ./.github/actions/build