Skip to content

Commit 04cdddf

Browse files
committed
Compile Examples: add boards to CI workflow
1 parent efcf283 commit 04cdddf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/compile-examples.yml

+15
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ jobs:
4848
- fqbn: arduino:samd:mkrgsm1400
4949
type: gsm
5050
artifact-name-suffix: arduino-samd-mkrgsm1400
51+
- fqbn: arduino:samd:mkrnb1500
52+
type: nb
53+
artifact-name-suffix: arduino-samd-mkrnb1500
54+
- fqbn: arduino:mbed_portenta:envie_m7
55+
type: mbed_portenta
56+
artifact-name-suffix: arduino-mbed_portenta-envie_m7
57+
- fqbn: arduino:mbed_nano:nanorp2040connect
58+
type: nina
59+
artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
60+
- fqbn: arduino:mbed_opta:opta
61+
type: mbed_opta
62+
artifact-name-suffix: arduino-mbed_opta-opta
63+
- fqbn: arduino:mbed_giga:giga
64+
type: mbed_giga
65+
artifact-name-suffix: arduino-mbed_giga-giga
5166
- fqbn: arduino:megaavr:uno2018
5267
type: megaavr
5368
artifact-name-suffix: arduino-megaavr-uno2018

0 commit comments

Comments
 (0)