Skip to content

Commit 41d882c

Browse files
Added supported zephyr boards in CI
1 parent 0a7acc1 commit 41d882c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,15 @@ jobs:
9494
- fqbn: "rp2040:rp2040:rpipicow"
9595
type: rp2040
9696
artifact-name-suffix: rp2040-rp2040-rpipicow
97-
97+
- fqbn: "arduino:zephyr_main:portentah7"
98+
platform-name: arduino:zephyr_main
99+
artifact-name-suffix: arduino-zephyr_main-portentah7
100+
- fqbn: "arduino:zephyr_main:giga"
101+
platform-name: arduino:zephyr_main
102+
artifact-name-suffix: arduino-zephyr_main-giga
103+
- fqbn: "arduino:zephyr_main:opta"
104+
platform-name: arduino:zephyr_main
105+
artifact-name-suffix: arduino-zephyr_main-opta
98106

99107
# make board type-specific customizations to the matrix jobs
100108
include:

0 commit comments

Comments
 (0)