8000 edge_control: ci, enable compile examples workflow · arduino/ArduinoCore-mbed@4677d50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4677d50

Browse files
committed
edge_control: ci, enable compile examples workflow
1 parent cb90212 commit 4677d50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- fqbn: arduino:mbed:opta
4242
- fqbn: arduino:mbed:giga
4343
- fqbn: arduino:mbed:nicla_voice
44+
- fqbn: arduino:mbed:edge_control
4445

4546
# compile only the examples compatible with each board
4647
include:
@@ -170,6 +171,15 @@ jobs:
170171
version: v0.9.6
171172
- name: arduino-libg722
172173
source-url: https://github.com/pschatzmann/arduino-libg722.git
174+
- board:
175+
fqbn: arduino:mbed:edge_control
176+
additional-libraries: |
177+
- name: MicroNMEA
178+
additional-sketch-paths: |
179+
- libraries/GSM
180+
- libraries/USBHID
181+
- libraries/USBMSD/examples/Nano33BLE_FlashMassStorage
182+
- libraries/ThreadDebug
173183
174184
steps:
175185
- name: Checkout repository

0 commit comments

Comments
 (0)
0