Skip to content

Commit c682f01

Browse files
committed
compile-examples: add missing dependencies
1 parent 0508f7b commit c682f01

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+28
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
- source-path: ./
2323
- name: Arduino_SecureElement
24+
2425
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
2526
version: 0.0.1
2627
# sketch paths to compile (recursive) for all boards
@@ -82,6 +83,33 @@ jobs:
8283
type: mbed_edge
8384
artifact-name-suffix: arduino-mbed_edge-edge_control
8485

86+
# make board type-specific customizations to the matrix jobs
87+
include:
88+
- board:
89+
type: mkr1000
90+
libraries: |
91+
- name: WiFi101
92+
93+
- board:
94+
type: nina
95+
libraries: |
96+
- name: WiFiNINA
97+
98+
- board:
99+
type: wan
100+
libraries: |
101+
- name: MKRWAN
102+
103+
- board:
104+
type: gsm
105+
libraries: |
106+
- name: MKRGSM
107+
108+
- board:
109+
type: nb
110+
libraries: |
111+
- name: MKRNB
112+
85113
steps:
86114
- name: Checkout
87115
uses: actions/checkout@v4

0 commit comments

Comments
 (0)