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 11name : 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
510jobs :
611 build_arduino :
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
5664 - " example/lib/examples/NimBLE_Client"
5765 variant :
5866 - generic_nrf51822_xxaa
67+ - generic_nrf52810
5968 - generic_nrf52832
6069 - generic_nrf52833
6170 - generic_nrf52840
You can’t perform that action at this time.
0 commit comments