Skip to content

Commit f86fea3

Browse files
committed
Add opta compile example workflow
1 parent f072054 commit f86fea3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/compile-examples.yml

+12
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
type: nina
5959
- fqbn: arduino:mbed_nicla:nicla_vision
6060
type: mbed_nicla
61+
- fqbn: arduino:mbed_opta:opta
62+
type: mbed_opta
6163

6264
# make board type-specific customizations to the matrix jobs
6365
include:
@@ -148,6 +150,16 @@ jobs:
148150
- name: Arduino_Portenta_OTA
149151
sketch-paths: |
150152
- examples/utility/Provisioning
153+
# Opta
154+
- board:
155+
type: mbed_opta
156+
platforms: |
157+
# Install mbed_opta platform via Boards Manager
158+
- name: arduino:mbed_opta
159+
libraries: |
160+
- name: Arduino_Portenta_OTA
161+
sketch-paths: |
162+
- examples/utility/Provisioning
151163
# ESP8266 boards
152164
- board:
153165
type: esp8266

0 commit comments

Comments
 (0)