From bf9f4e1b5b3d50c2848d86857073dbb0252597cf Mon Sep 17 00:00:00 2001 From: rbaron Date: Sun, 19 Mar 2023 15:26:58 +0100 Subject: [PATCH] Get GitHub to build some samples for 2.0.0 --- .github/workflows/b-parasite.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index 505bb39..508a165 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -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: