Skip to content

Commit 9cd67c1

Browse files
committed
CI: Add missing examples
1 parent 730d462 commit 9cd67c1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
UNIVERSAL_SKETCH_PATHS: |
2929
- examples/ArduinoIoTCloud-Advanced
3030
- examples/ArduinoIoTCloud-Basic
31+
- examples/ArduinoIoTCloud-Callbacks
32+
- examples/ArduinoIoTCloud-Schedule
3133
- examples/utility/ArduinoIoTCloud_Travis_CI
3234
SKETCHES_REPORTS_PATH: sketches-reports
3335

@@ -97,6 +99,7 @@ jobs:
9799
- name: Arduino_JSON
98100
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
99101
sketch-paths: |
102+
- examples/ArduinoIoTCloud-DeferredOTA
100103
- examples/utility/Provisioning
101104
- examples/utility/SelfProvisioning
102105
- board:
@@ -146,6 +149,7 @@ jobs:
146149
- name: ArduinoECCX08
147150
- name: Arduino_Portenta_OTA
148151
sketch-paths: |
152+
- examples/ArduinoIoTCloud-DeferredOTA
149153
- examples/utility/Provisioning
150154
# Nicla Vision
151155
- board:
@@ -156,6 +160,7 @@ jobs:
156160
libraries: |
157161
- name: Arduino_Portenta_OTA
158162
sketch-paths: |
163+
- examples/ArduinoIoTCloud-DeferredOTA
159164
- examples/utility/Provisioning
160165
# Opta
161166
- board:
@@ -167,6 +172,7 @@ jobs:
167172
- name: ArduinoECCX08
168173
- name: Arduino_Portenta_OTA
169174
sketch-paths: |
175+
- examples/ArduinoIoTCloud-DeferredOTA
170176
- examples/utility/Provisioning
171177
# GIGA
172178
- board:
@@ -178,6 +184,7 @@ jobs:
178184
- name: ArduinoECCX08
179185
- name: Arduino_Portenta_OTA
180186
sketch-paths: |
187+
- examples/ArduinoIoTCloud-DeferredOTA
181188
- examples/utility/Provisioning
182189
# Portenta C33
183190
- board:
@@ -213,7 +220,8 @@ jobs:
213220
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
214221
libraries: |
215222
- name: Arduino_ESP32_OTA
216-
sketch-paths:
223+
sketch-paths: |
224+
- examples/ArduinoIoTCloud-DeferredOTA
217225
218226
steps:
219227
- name: Checkout

0 commit comments

Comments
 (0)