File tree Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Expand file tree Collapse file tree 1 file changed +23
-13
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
- - source-url: https://github.com/arduino/Arduino_CloudUtils.git
24
+ - source-url: https://github.com/arduino-libraries /Arduino_CloudUtils.git
25
25
version: 0.0.1
26
26
# sketch paths to compile (recursive) for all boards
27
27
UNIVERSAL_SKETCH_PATHS : |
33
33
34
34
matrix :
35
35
board :
36
- - fqbn : arduino:samd:mkr1000
37
- type : mkr1000
38
- artifact-name-suffix : arduino-samd-mkr1000
39
36
- fqbn : arduino:samd:mkrwifi1010
40
37
type : nina
41
38
artifact-name-suffix : arduino-samd-mkrwifi1010
54
51
- fqbn : arduino:mbed_portenta:envie_m7
55
52
type : mbed_portenta
56
53
artifact-name-suffix : arduino-mbed_portenta-envie_m7
57
- - fqbn : esp32:esp32:esp32
58
- type : esp32
59
- artifact-name-suffix : esp32-esp32-esp32
60
54
- fqbn : arduino:mbed_nano:nanorp2040connect
61
55
type : nina
62
56
artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
@@ -75,12 +69,28 @@ jobs:
75
69
- fqbn : arduino:renesas_uno:unor4wifi
76
70
type : renesas_uno
77
71
artifact-name-suffix : arduino-renesas_uno-unor4wifi
78
- - fqbn : arduino:esp32:nano_nora
79
- type : arduino_esp32
80
- artifact-name-suffix : arduino-esp32-nano_nora
81
- - fqbn : arduino:mbed_edge:edge_control
82
- type : mbed_edge
83
- artifact-name-suffix : arduino-mbed_edge-edge_control
72
+
73
+ # make board type-specific customizations to the matrix jobs
74
+ include :
75
+ - board :
76
+ type : nina
77
+ libraries : |
78
+ - name: WiFiNINA
79
+
80
+ - board :
81
+ type : wan
82
+ libraries : |
83
+ - name: MKRWAN
84
+
85
+ - board :
86
+ type : gsm
87
+ libraries : |
88
+ - name: MKRGSM
89
+
90
+ - board :
91
+ type : nb
92
+ libraries : |
93
+ - name: MKRNB
84
94
85
95
steps :
86
96
- name : Checkout
You can’t perform that action at this time.
0 commit comments