We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfc712 commit 050d027Copy full SHA for 050d027
.github/workflows/compile-examples.yml
@@ -82,6 +82,33 @@ jobs:
82
type: mbed_edge
83
artifact-name-suffix: arduino-mbed_edge-edge_control
84
85
+ # make board type-specific customizations to the matrix jobs
86
+ include:
87
+ - board:
88
+ type: mkr1000
89
+ libraries: |
90
+ - name: WiFi101
91
+
92
93
+ type: nina
94
95
+ - name: WiFiNINA
96
97
98
+ type: wan
99
100
+ - name: MKRWAN
101
102
103
+ type: gsm
104
105
+ - name: MKRGSM
106
107
108
+ type: nb
109
110
+ - name: MKRNB
111
112
steps:
113
- name: Checkout
114
uses: actions/checkout@v4
0 commit comments