Get GitHub to build some samples for 2.0.0
This commit is contained in:
parent
a6995d1ce8
commit
bf9f4e1b5b
1 changed files with 17 additions and 0 deletions
17
.github/workflows/b-parasite.yml
vendored
17
.github/workflows/b-parasite.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- hardware-v2
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
@ -67,6 +68,22 @@ jobs:
|
|||
revision: '1.2.0'
|
||||
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1
|
||||
output-bin: ble_test_nrf52840_bthomev2_1s.hex
|
||||
- name: Build ble_test_nrf52840_bthomev2_1s_v2.0.0.hex
|
||||
uses: ./.github/actions/build_and_upload
|
||||
with:
|
||||
sample-dir: code/nrf-connect/samples/ble
|
||||
board: bparasite_nrf52840
|
||||
revision: '2.0.0'
|
||||
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1
|
||||
output-bin: ble_test_nrf52840_bthomev2_1s_v2.0.0.hex
|
||||
- name: Build ble_test_nrf52833_bthomev2_1s_v2.0.0.hex
|
||||
uses: ./.github/actions/build_and_upload
|
||||
with:
|
||||
sample-dir: code/nrf-connect/samples/ble
|
||||
board: bparasite_nrf52833
|
||||
revision: '2.0.0'
|
||||
cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1
|
||||
output-bin: ble_test_nrf52833_bthomev2_1s_v2.0.0.hex
|
||||
- name: Build ble_nrf52833_default.hex
|
||||
uses: ./.github/actions/build_and_upload
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue