Skip to content

Commit

Permalink
Build more examples from NimBLE-Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jun 28, 2024
1 parent c79785e commit 02df761
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
fail-fast: false
matrix:
example:
- "example/framework/libraries/n-able/examples/FreeRTOS"
- "example/framework/libraries/n-able/examples/BLE_Advertiser"
- "example/framework/libraries/n-able/examples/BLE_Scan"
- "example/lib/examples/Bluetooth_5/NimBLE_extended_server/"
- "example/lib/examples/NimBLE_server/"
- "example/lib/examples/NimBLE_client/"
variant:
- generic_nrf51822
- generic_nrf52832
- generic_nrf52833
- generic_nrf52840
Expand All @@ -70,7 +70,9 @@ jobs:
bootloader: board_bootloader = adafruit
exclude:
- example: "example/lib/examples/Bluetooth_5/NimBLE_extended_server/"
variant: generic_nrf52832
variant:
- generic_nrf51822
- generic_nrf52832

runs-on: ubuntu-latest

Expand Down

0 comments on commit 02df761

Please sign in to comment.