File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 21
21
UNIVERSAL_LIBRARIES : |
22
22
- source-path: ./
23
23
- name: Arduino_SecureElement
24
+
24
25
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
25
26
version: 0.0.1
26
27
# sketch paths to compile (recursive) for all boards
82
83
type : mbed_edge
83
84
artifact-name-suffix : arduino-mbed_edge-edge_control
84
85
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
+
85
113
steps :
86
114
- name : Checkout
87
115
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments