36
36
- name: MKRWAN
37
37
- name: Arduino_Cellular
38
38
- name: Blues Wireless Notecard
39
+ SKETCH_PATHS : |
40
+ - examples/ConnectionHandlerDemo
39
41
ARDUINOCORE_MBED_STAGING_PATH : extras/ArduinoCore-mbed
40
42
ARDUINOCORE_API_STAGING_PATH : extras/ArduinoCore-API
41
43
SKETCHES_REPORTS_PATH : sketches-reports
@@ -45,60 +47,96 @@ jobs:
45
47
- fqbn : " arduino:samd:mkr1000"
46
48
platform-name : arduino:samd
47
49
artifact-name-suffix : arduino-samd-mkr1000
50
+ sketch-paths : |
51
+ - examples/ConnectionHandlerDemo-Notecard
48
52
- fqbn : " arduino:samd:mkrwifi1010"
49
53
platform-name : arduino:samd
50
54
artifact-name-suffix : arduino-samd-mkrwifi1010
55
+ sketch-paths : |
56
+ - examples/ConnectionHandlerDemo-Notecard
51
57
- fqbn : " arduino:samd:nano_33_iot"
52
58
platform-name : arduino:samd
53
59
artifact-name-suffix : arduino-samd-nano_33_iot
60
+ sketch-paths : |
61
+ - examples/ConnectionHandlerDemo-Notecard
54
62
- fqbn : " arduino:samd:mkrgsm1400"
55
63
platform-name : arduino:samd
56
64
artifact-name-suffix : arduino-samd-mkrgsm1400
65
+ sketch-paths : |
66
+ - examples/ConnectionHandlerDemo-Notecard
57
67
- fqbn : " arduino:samd:mkrnb1500"
58
68
platform-name : arduino:samd
59
69
artifact-name-suffix : arduino-samd-mkrnb1500
70
+ sketch-paths : |
71
+ - examples/ConnectionHandlerDemo-Notecard
60
72
- fqbn : " arduino:samd:mkrwan1300"
61
73
platform-name : arduino:samd
62
74
artifact-name-suffix : arduino-samd-mkrwan1300
75
+ sketch-paths : |
76
+ - examples/ConnectionHandlerDemo-Notecard
63
77
- fqbn : " arduino:samd:mkrwan1310"
64
78
platform-name : arduino:samd
65
79
artifact-name-suffix : arduino-samd-mkrwan1310
80
+ sketch-paths : |
81
+ - examples/ConnectionHandlerDemo-Notecard
66
82
- fqbn : " arduino:mbed:envie_m7"
67
83
platform-name : arduino:mbed
68
84
artifact-name-suffix : arduino-mbed-envie_m7
85
+ sketch-paths : |
86
+ - examples/ConnectionHandlerDemo-Notecard
69
87
- fqbn : " arduino:mbed_portenta:envie_m7"
70
88
platform-name : arduino:mbed_portenta
71
89
artifact-name-suffix : arduino-mbed_portenta-envie_m7
90
+ sketch-paths : |
91
+ - examples/ConnectionHandlerDemo-Notecard
72
92
- fqbn : " esp8266:esp8266:huzzah"
73
93
platform-name : esp8266:esp8266
74
94
artifact-name-suffix : esp8266-esp8266-huzzah
75
95
- fqbn : " esp32:esp32:esp32"
76
96
platform-name : esp32:esp32
77
97
artifact-name-suffix : esp32-esp32-esp32
98
+ sketch-paths : |
99
+ - examples/ConnectionHandlerDemo-Notecard
78
100
- fqbn : arduino:mbed_nano:nanorp2040connect
79
101
platform-name : arduino:mbed_nano
80
102
artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
103
+ sketch-paths : |
104
+ - examples/ConnectionHandlerDemo-Notecard
81
105
- fqbn : arduino:mbed_nicla:nicla_vision
82
106
platform-name : arduino:mbed_nicla
83
107
artifact-name-suffix : arduino-mbed_nicla-nicla_vision
108
+ sketch-paths : |
109
+ - examples/ConnectionHandlerDemo-Notecard
84
110
- fqbn : arduino:mbed_opta:opta
85
111
platform-name : arduino:mbed_opta
86
112
artifact-name-suffix : arduino-mbed_opta-opta
113
+ sketch-paths : |
114
+ - examples/ConnectionHandlerDemo-Notecard
87
115
- fqbn : arduino:mbed_giga:giga
88
116
platform-name : arduino:mbed_giga
89
117
artifact-name-suffix : arduino-mbed_giga-giga
118
+ sketch-paths : |
119
+ - examples/ConnectionHandlerDemo-Notecard
90
120
- fqbn : arduino:renesas_portenta:portenta_c33
91
121
platform-name : arduino:renesas_portenta
92
122
artifact-name-suffix : arduino-renesas_portenta-portenta_c33
123
+ sketch-paths : |
124
+ - examples/ConnectionHandlerDemo-Notecard
93
125
- fqbn : arduino:renesas_uno:unor4wifi
94
126
platform-name : arduino:renesas_uno
95
127
artifact-name-suffix : arduino-renesas_uno-unor4wifi
128
+ sketch-paths : |
129
+ - examples/ConnectionHandlerDemo-Notecard
96
130
- fqbn : arduino:esp32:nano_nora
97
131
platform-name : arduino:esp32
98
132
artifact-name-suffix : arduino-esp32-nano_nora
133
+ sketch-paths : |
134
+ - examples/ConnectionHandlerDemo-Notecard
99
135
- fqbn : arduino:mbed_edge:edge_control
100
136
platform-name : arduino:mbed_edge
101
137
artifact-name-suffix : arduino-mbed_edge-edge_control
138
+ sketch-paths : |
139
+ - examples/ConnectionHandlerDemo-Notecard
102
140
103
141
# Make board type-specific customizations to the matrix jobs
104
142
include :
@@ -181,6 +219,9 @@ jobs:
181
219
platforms : ${{ matrix.platforms }}
182
220
fqbn : ${{ matrix.board.fqbn }}
183
221
libraries : ${{ env.LIBRARIES }}
222
+ sketch-paths : |
223
+ ${{ env.SKETCH_PATHS }}
224
+ ${{ matrix.sketch-paths }}
184
225
enable-deltas-report : ' true'
185
226
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
186
227
0 commit comments