-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit fdbc6ba
Add new boards to sketch compilation workflow
The repository infrastructure includes a GitHub Actions workflow that compiles the examples for significant official
Arduino boards. This provides a automated "smoke test" to easily get some basic validation of the sketches.
Since the time the workflow was created, several new official boards have been released. Some of these boards are
significantly different from the boards the workflow was compiling the examples for, which meant the workflow was not
providing adequate coverage for the new boards.
The workflow is hereby configured to also compile the examples for the significant new boards.1 parent fdbfc5b commit fdbc6ba
1 file changed
+30
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
126 | 132 |
| |
127 | 133 |
| |
128 | 134 |
| |
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
129 | 153 |
| |
130 | 154 |
| |
131 | 155 |
| |
132 | 156 |
| |
133 | 157 |
| |
134 | 158 |
| |
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
135 | 165 |
| |
136 | 166 |
| |
137 | 167 |
| |
|
0 commit comments