We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79785e commit cd2f958Copy full SHA for cd2f958
.github/workflows/build.yml
@@ -51,11 +51,11 @@ jobs:
51
fail-fast: false
52
matrix:
53
example:
54
- - "example/framework/libraries/n-able/examples/FreeRTOS"
55
- - "example/framework/libraries/n-able/examples/BLE_Advertiser"
56
- - "example/framework/libraries/n-able/examples/BLE_Scan"
57
- "example/lib/examples/Bluetooth_5/NimBLE_extended_server/"
+ - "example/lib/examples/NimBLE_server/"
+ - "example/lib/examples/NimBLE_client/"
58
variant:
+ - generic_nrf51822_xxaa
59
- generic_nrf52832
60
- generic_nrf52833
61
- generic_nrf52840
@@ -70,7 +70,9 @@ jobs:
70
bootloader: board_bootloader = adafruit
71
exclude:
72
- example: "example/lib/examples/Bluetooth_5/NimBLE_extended_server/"
73
- variant: generic_nrf52832
+ variant:
74
+ generic_nrf51822_xxaa
75
+ generic_nrf52832
76
77
runs-on: ubuntu-latest
78
0 commit comments