Skip to content

Commit 275e63a

Browse files
Added zephyr boards in CI
1 parent 454b477 commit 275e63a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
- fqbn: "rp2040:rp2040:rpipicow"
105105
platform-name: rp2040:rp2040
106106
artifact-name-suffix: rp2040-rp2040-rpipicow
107+
- fqbn: "arduino:zephyr_main:portentah7"
108+
platform-name: arduino:zephyr_main
109+
artifact-name-suffix: arduino-zephyr_main-portentah7
110+
- fqbn: "arduino:zephyr_main:portentac33"
111+
platform-name: arduino:zephyr_main
112+
artifact-name-suffix: arduino-zephyr_main-portentac33
107113

108114
# Make board type-specific customizations to the matrix jobs
109115
include:
@@ -154,7 +160,11 @@ jobs:
154160
# Install rp2040 platform via Boards Manager
155161
- name: rp2040:rp2040
156162
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
157-
163+
- board:
164+
platform-name: arduino:zephyr_main
165+
platforms: |
166+
# Install Arduino Zephyr Boards via Boards Manager
167+
- name: arduino:zephyr_main
158168
steps:
159169
- uses: actions/checkout@v6
160170

0 commit comments

Comments
 (0)