Skip to content

Commit 6d02b19

Browse files
committed
Enable CI for GIGA
1 parent 11e875b commit 6d02b19

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
type: mbed_nicla
6161
- fqbn: arduino:mbed_opta:opta
6262
type: mbed_opta
63+
- fqbn: arduino:mbed_giga:giga
64+
type: mbed_giga
65+
6366

6467
# make board type-specific customizations to the matrix jobs
6568
include:
@@ -161,6 +164,17 @@ jobs:
161164
- name: Arduino_Portenta_OTA
162165
sketch-paths: |
163166
- examples/utility/Provisioning
167+
# GIGA
168+
- board:
169+
type: mbed_giga
170+
platforms: |
171+
# Install mbed_giga platform via Boards Manager
172+
- name: arduino:mbed_giga
173+
libraries: |
174+
- name: ArduinoECCX08
175+
- name: Arduino_Portenta_OTA
176+
sketch-paths: |
177+
- examples/utility/Provisioning
164178
# ESP8266 boards
165179
- board:
166180
type: esp8266

0 commit comments

Comments
 (0)