|
132 | 132 | const artifacts = sort_artifacts(y); |
133 | 133 | const matrix = [ |
134 | 134 | 'Linux (gcc, debian:stable)', |
| 135 | + 'Linux (gcc, debian:stable, arm)', |
135 | 136 | 'Linux (gcc, debian:testing)', |
| 137 | + 'Linux (gcc, debian:testing, arm)', |
136 | 138 | 'Linux (clang, debian:stable)', |
| 139 | + 'Linux (clang, debian:stable, arm)', |
137 | 140 | 'Linux (clang, debian:testing)', |
| 141 | + 'Linux (clang, debian:testing, arm)', |
138 | 142 | 'MacOS (macOS-13)', |
139 | 143 | 'MacOS (macOS-14)', |
140 | 144 | 'Windows (check)', |
@@ -264,23 +268,33 @@ <h1>R SVN build status</h1> |
264 | 268 | <table border="1" cellpadding="0" cellspacing="0" summary="CRAN package check results summary" class="display" width="100%"> |
265 | 269 | <thead> |
266 | 270 | <tr> |
267 | | - <th colspan="4">Commit</th> |
268 | | - <th colspan="2">GCC</th> |
269 | | - <th colspan="2">Clang</th> |
270 | | - <th colspan="2">MacOS</th> |
271 | | - <th colspan="3">Windows (mingw-w64)</th> |
| 271 | + <th colspan="4" rowspan="2">Commit</th> |
| 272 | + <th colspan="4">GCC</th> |
| 273 | + <th colspan="4">Clang</th> |
| 274 | + <th colspan="2" rowspan="2">MacOS</th> |
| 275 | + <th colspan="2" rowspan="2">Windows (mingw-w64)</th> |
| 276 | +</tr> |
| 277 | +<tr> |
| 278 | +<th colspan="2">stable</th> |
| 279 | +<th colspan="2">testing</th> |
| 280 | +<th colspan="2">stable</th> |
| 281 | +<th colspan="2">testing</th> |
272 | 282 | </tr> |
273 | 283 | <tr> |
274 | 284 | <th> Date </th> |
275 | 285 | <th> Revision </th> |
276 | 286 | <th> Message </th> |
277 | 287 | <th> Author </th> |
278 | | - <th> stable </th> |
279 | | - <th> testing </th> |
280 | | - <th> stable </th> |
281 | | - <th> testing </th> |
| 288 | + <th> amd </th> |
| 289 | + <th> arm </th> |
| 290 | + <th> amd </th> |
| 291 | + <th> arm </th> |
| 292 | + <th> amd </th> |
| 293 | + <th> arm </th> |
| 294 | + <th> amd </th> |
| 295 | + <th> arm </th> |
282 | 296 | <th> intel </th> |
283 | | - <th> arm64 </th> |
| 297 | + <th> arm </th> |
284 | 298 | <th> check </th> |
285 | 299 | <th> installer </th> |
286 | 300 | <th> CI </th> |
|
0 commit comments