Skip to content

Commit 4efa32e

Browse files
committed
Add nRF52810 build test.
1 parent a204198 commit 4efa32e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build Examples
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches:
6+
-master
7+
pull_request:
8+
workflow_dispatch:
49

510
jobs:
611
build_arduino:
@@ -11,8 +16,11 @@ jobs:
1116
- "libraries/n-able/examples/FreeRTOS"
1217
- "libraries/n-able/examples/BLE_Advertiser"
1318
- "libraries/n-able/examples/BLE_Scan"
19+
- "libraries/SPI/examples/BarometricPressureSensor"
20+
- "libraries/Wire/examples/digital_potentiometer"
1421
variant:
1522
- Generic_nRF51822:chip=xxaa
23+
- Generic_nRF52810
1624
- Generic_nRF52832
1725
- Generic_nRF52833
1826
- Generic_nRF52840
@@ -56,6 +64,7 @@ jobs:
5664
- "example/lib/examples/NimBLE_Client"
5765
variant:
5866
- generic_nrf51822_xxaa
67+
- generic_nrf52810
5968
- generic_nrf52832
6069
- generic_nrf52833
6170
- generic_nrf52840

0 commit comments

Comments
 (0)