summaryrefslogtreecommitdiff
path: root/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html
blob: 610f8851e90b460229fa5d8b573943192ef07158 (plain)
1
2
3
4
5
6
7
8
9
10
<table class="sortable pane bigtable stripped-odd">
  <tr>
    <th>Toolchain</th>
  </tr>
  {% for run in build %}
  <tr>
    <td>{{run.toolchain}}</td>
  </tr>
  {% endfor %}
</table>