Get GitHub to build some samples for 2.0.0

This commit is contained in:
rbaron 2023-03-19 15:26:58 +01:00
parent a6995d1ce8
commit bf9f4e1b5b

View file

@ -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: