File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments