Adds bthomv1 build for nRF52833 to GitHub workflow
This commit is contained in:
parent
a9a478f68f
commit
b731006dbb
1 changed files with 12 additions and 0 deletions
12
.github/workflows/b-parasite.yml
vendored
12
.github/workflows/b-parasite.yml
vendored
|
|
@ -71,6 +71,18 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sample-binaries
|
name: sample-binaries
|
||||||
path: code/nrf-connect/samples/ble/build/zephyr/ble_nrf52840_bthomev1.hex
|
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
|
# Build and upload ble_nrf52840_test_bthomev1_sleep1s.hex
|
||||||
- name: Build the ble sample for testing @ nRF52840
|
- name: Build the ble sample for testing @ nRF52840
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue