File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Build Examples
2
2
3
- on : [push, pull_request, workflow_dispatch]
3
+ on :
4
+ push :
5
+ branches :
6
+ -master
7
+ pull_request :
8
+ workflow_dispatch :
4
9
5
10
jobs :
6
11
build_arduino :
11
16
- " libraries/n-able/examples/FreeRTOS"
12
17
- " libraries/n-able/examples/BLE_Advertiser"
13
18
- " libraries/n-able/examples/BLE_Scan"
19
+ - " libraries/SPI/examples/BarometricPressureSensor"
20
+ - " libraries/Wire/examples/digital_potentiometer"
14
21
variant :
15
22
- Generic_nRF51822:chip=xxaa
23
+ - Generic_nRF52810
16
24
- Generic_nRF52832
17
25
- Generic_nRF52833
18
26
- Generic_nRF52840
56
64
- " example/lib/examples/NimBLE_Client"
57
65
variant :
58
66
- generic_nrf51822_xxaa
67
+ - generic_nrf52810
59
68
- generic_nrf52832
60
69
- generic_nrf52833
61
70
- generic_nrf52840
You can’t perform that action at this time.
0 commit comments