Skip to content

Commit 4e0ebb0

Browse files
committed
nicla_voice: add CI scripts
1 parent 12213c4 commit 4e0ebb0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/compile-examples.yml

+13
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- fqbn: arduino:mbed:nicla_sense
4141
- fqbn: arduino:mbed:nicla_vision
4242
- fqbn: arduino:mbed:opta
43+
- fqbn: arduino:mbed:nicla_voice
4344

4445
# compile only the examples compatible with each board
4546
include:
@@ -119,6 +120,18 @@ jobs:
119120
- libraries/USBHID
120121
- libraries/USBMSD/examples/AccessFlashAsUSBDisk
121122
- libraries/WiFi
123+
- board:
124+
fqbn: arduino:mbed:nicla_voice
125+
additional-sketch-paths: |
126+
- libraries/Nicla_System
127+
- libraries/NDP
128+
additional-libraries: |
129+
- name: Arduino_BHY2
130+
- name: ArduinoBLE
131+
- name: arduino-audio-tools
132+
source-url: https://github.com/pschatzmann/arduino-audio-tools.git
133+
- name: arduino-libg722
134+
source-url: https://github.com/pschatzmann/arduino-libg722.git
122135
123136
steps:
124137
- name: Checkout repository

0 commit comments

Comments
 (0)