Skip to content

Commit c2a6f8b

Browse files
committed
ci: do not build Notecard example for esp8266 architecture
1 parent 89c7f03 commit c2a6f8b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: MKRWAN
3737
- name: Arduino_Cellular
3838
- name: Blues Wireless Notecard
39+
SKETCH_PATHS: |
40+
- examples/ConnectionHandlerDemo
3941
ARDUINOCORE_MBED_STAGING_PATH: extras/ArduinoCore-mbed
4042
ARDUINOCORE_API_STAGING_PATH: extras/ArduinoCore-API
4143
SKETCHES_REPORTS_PATH: sketches-reports
@@ -45,60 +47,96 @@ jobs:
4547
- fqbn: "arduino:samd:mkr1000"
4648
platform-name: arduino:samd
4749
artifact-name-suffix: arduino-samd-mkr1000
50+
sketch-paths: |
51+
- examples/ConnectionHandlerDemo-Notecard
4852
- fqbn: "arduino:samd:mkrwifi1010"
4953
platform-name: arduino:samd
5054
artifact-name-suffix: arduino-samd-mkrwifi1010
55+
sketch-paths: |
56+
- examples/ConnectionHandlerDemo-Notecard
5157
- fqbn: "arduino:samd:nano_33_iot"
5258
platform-name: arduino:samd
5359
artifact-name-suffix: arduino-samd-nano_33_iot
60+
sketch-paths: |
61+
- examples/ConnectionHandlerDemo-Notecard
5462
- fqbn: "arduino:samd:mkrgsm1400"
5563
platform-name: arduino:samd
5664
artifact-name-suffix: arduino-samd-mkrgsm1400
65+
sketch-paths: |
66+
- examples/ConnectionHandlerDemo-Notecard
5767
- fqbn: "arduino:samd:mkrnb1500"
5868
platform-name: arduino:samd
5969
artifact-name-suffix: arduino-samd-mkrnb1500
70+
sketch-paths: |
71+
- examples/ConnectionHandlerDemo-Notecard
6072
- fqbn: "arduino:samd:mkrwan1300"
6173
platform-name: arduino:samd
6274
artifact-name-suffix: arduino-samd-mkrwan1300
75+
sketch-paths: |
76+
- examples/ConnectionHandlerDemo-Notecard
6377
- fqbn: "arduino:samd:mkrwan1310"
6478
platform-name: arduino:samd
6579
artifact-name-suffix: arduino-samd-mkrwan1310
80+
sketch-paths: |
81+
- examples/ConnectionHandlerDemo-Notecard
6682
- fqbn: "arduino:mbed:envie_m7"
6783
platform-name: arduino:mbed
6884
artifact-name-suffix: arduino-mbed-envie_m7
85+
sketch-paths: |
86+
- examples/ConnectionHandlerDemo-Notecard
6987
- fqbn: "arduino:mbed_portenta:envie_m7"
7088
platform-name: arduino:mbed_portenta
7189
artifact-name-suffix: arduino-mbed_portenta-envie_m7
90+
sketch-paths: |
91+
- examples/ConnectionHandlerDemo-Notecard
7292
- fqbn: "esp8266:esp8266:huzzah"
7393
platform-name: esp8266:esp8266
7494
artifact-name-suffix: esp8266-esp8266-huzzah
7595
- fqbn: "esp32:esp32:esp32"
7696
platform-name: esp32:esp32
7797
artifact-name-suffix: esp32-esp32-esp32
98+
sketch-paths: |
99+
- examples/ConnectionHandlerDemo-Notecard
78100
- fqbn: arduino:mbed_nano:nanorp2040connect
79101
platform-name: arduino:mbed_nano
80102
artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
103+
sketch-paths: |
104+
- examples/ConnectionHandlerDemo-Notecard
81105
- fqbn: arduino:mbed_nicla:nicla_vision
82106
platform-name: arduino:mbed_nicla
83107
artifact-name-suffix: arduino-mbed_nicla-nicla_vision
108+
sketch-paths: |
109+
- examples/ConnectionHandlerDemo-Notecard
84110
- fqbn: arduino:mbed_opta:opta
85111
platform-name: arduino:mbed_opta
86112
artifact-name-suffix: arduino-mbed_opta-opta
113+
sketch-paths: |
114+
- examples/ConnectionHandlerDemo-Notecard
87115
- fqbn: arduino:mbed_giga:giga
88116
platform-name: arduino:mbed_giga
89117
artifact-name-suffix: arduino-mbed_giga-giga
118+
sketch-paths: |
119+
- examples/ConnectionHandlerDemo-Notecard
90120
- fqbn: arduino:renesas_portenta:portenta_c33
91121
platform-name: arduino:renesas_portenta
92122
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
123+
sketch-paths: |
124+
- examples/ConnectionHandlerDemo-Notecard
93125
- fqbn: arduino:renesas_uno:unor4wifi
94126
platform-name: arduino:renesas_uno
95127
artifact-name-suffix: arduino-renesas_uno-unor4wifi
128+
sketch-paths: |
129+
- examples/ConnectionHandlerDemo-Notecard
96130
- fqbn: arduino:esp32:nano_nora
97131
platform-name: arduino:esp32
98132
artifact-name-suffix: arduino-esp32-nano_nora
133+
sketch-paths: |
134+
- examples/ConnectionHandlerDemo-Notecard
99135
- fqbn: arduino:mbed_edge:edge_control
100136
platform-name: arduino:mbed_edge
101137
artifact-name-suffix: arduino-mbed_edge-edge_control
138+
sketch-paths: |
139+
- examples/ConnectionHandlerDemo-Notecard
102140
103141
# Make board type-specific customizations to the matrix jobs
104142
include:
@@ -181,6 +219,9 @@ jobs:
181219
platforms: ${{ matrix.platforms }}
182220
fqbn: ${{ matrix.board.fqbn }}
183221
libraries: ${{ env.LIBRARIES }}
222+
sketch-paths: |
223+
${{ env.SKETCH_PATHS }}
224+
${{ matrix.sketch-paths }}
184225
enable-deltas-report: 'true'
185226
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
186227

0 commit comments

Comments
 (0)