|
142 | 142 | 'MacOS (macOS-13)',
|
143 | 143 | 'MacOS (macOS-14)',
|
144 | 144 | 'Windows (check)',
|
145 |
| - 'Windows (installer)' |
| 145 | + 'Windows (check, arm)', |
| 146 | + 'Windows (installer)', |
| 147 | + 'Windows (installer, arm)' |
146 | 148 | ];
|
147 | 149 |
|
148 | 150 | matrix.forEach(function(name){
|
|
175 | 177 | });
|
176 | 178 | }
|
177 | 179 | var td = tr.add_cell(a);
|
178 |
| - if((name === 'Windows Installer' || name === 'Windows (installer)') && artifacts['installer']){ |
179 |
| - const img = $('<img width=16 src="download-icon.png"></img>').css("padding-left", '10px'); |
180 |
| - $("<a>").append(img).attr("href", nightly_link(run_id, artifacts['installer'].id)).appendTo(td); |
181 |
| - } |
| 180 | + //if((name === 'Windows Installer' || name === 'Windows (installer)') && artifacts['installer']){ |
| 181 | + // const img = $('<img width=16 src="download-icon.png"></img>').css("padding-left", '10px'); |
| 182 | + // $("<a>").append(img).attr("href", nightly_link(run_id, artifacts['installer'].id)).appendTo(td); |
| 183 | + //} |
182 | 184 | } else {
|
183 | 185 | tr.add_cell(null);
|
184 | 186 | }
|
|
231 | 233 | fill_jobs(jobs.jobs, artifacts.artifacts, tr, run.id);
|
232 | 234 | const github_link = $("<a />").
|
233 | 235 | append('<img width=16 src="GitHub-Mark-32px.png"></img>').
|
234 |
| - attr('href', run.html_url). |
| 236 | + attr('href', run.html_url + '#artifacts'). |
235 | 237 | css('padding', '0px 5px').
|
236 | 238 | attr('target', '_blank');
|
237 | 239 | tr.add_cell(github_link);
|
@@ -269,35 +271,39 @@ <h1>R SVN build status</h1>
|
269 | 271 | <thead>
|
270 | 272 | <tr>
|
271 | 273 | <th colspan="4" rowspan="2">Commit</th>
|
272 |
| - <th colspan="4">GCC</th> |
273 |
| - <th colspan="4">Clang</th> |
| 274 | + <th colspan="4">Linux GCC</th> |
| 275 | + <th colspan="4">Linux Clang</th> |
274 | 276 | <th colspan="2" rowspan="2">MacOS</th>
|
275 |
| - <th colspan="2" rowspan="2">Windows (mingw-w64)</th> |
| 277 | + <th colspan="4" rowspan="1">Windows</th> |
| 278 | + <th colspan="1" rowspan="3">Files</th> |
276 | 279 | </tr>
|
277 | 280 | <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> |
| 281 | + <th colspan="2">stable</th> |
| 282 | + <th colspan="2">testing</th> |
| 283 | + <th colspan="2">stable</th> |
| 284 | + <th colspan="2">testing</th> |
| 285 | + <th colspan="2">check</th> |
| 286 | + <th colspan="2">installer</th> |
282 | 287 | </tr>
|
283 | 288 | <tr>
|
284 | 289 | <th> Date </th>
|
285 | 290 | <th> Revision </th>
|
286 | 291 | <th> Message </th>
|
287 | 292 | <th> Author </th>
|
288 |
| - <th> amd </th> |
| 293 | + <th> intel </th> |
289 | 294 | <th> arm </th>
|
290 |
| - <th> amd </th> |
| 295 | + <th> intel </th> |
291 | 296 | <th> arm </th>
|
292 |
| - <th> amd </th> |
| 297 | + <th> intel </th> |
293 | 298 | <th> arm </th>
|
294 |
| - <th> amd </th> |
| 299 | + <th> intel </th> |
295 | 300 | <th> arm </th>
|
296 | 301 | <th> intel </th>
|
297 | 302 | <th> arm </th>
|
298 |
| - <th> check </th> |
299 |
| - <th> installer </th> |
300 |
| - <th> CI </th> |
| 303 | + <th> intel </th> |
| 304 | + <th> arm </th> |
| 305 | + <th> intel </th> |
| 306 | + <th> arm </th> |
301 | 307 | </tr>
|
302 | 308 | </thead>
|
303 | 309 | <tbody>
|
|
0 commit comments