Skip to content

Commit a21c84e

Browse files
committed
Add opta compile example workflow
1 parent 5457939 commit a21c84e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/compile-examples.yml

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ jobs:
4949
sketch-paths: |
5050
- examples/OTA_Qspi_Flash
5151
- examples/OTA_Usage_Portenta
52+
- fqbn: arduino:mbed_opta:opta
53+
platforms: |
54+
- name: arduino:mbed_opta
55+
libraries: |
56+
- name: Arduino_DebugUtils
57+
sketch-paths: |
58+
- examples/OTA_Qspi_Flash
59+
- examples/OTA_Qspi_Flash_Ethernet
60+
- examples/OTA_Usage_Portenta
5261
5362
steps:
5463
- name: Checkout

0 commit comments

Comments
 (0)