summaryrefslogtreecommitdiff
path: root/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html')
-rw-r--r--tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html b/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html
new file mode 100644
index 0000000000..610f8851e9
--- /dev/null
+++ b/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/library_build/build_report_table.html
@@ -0,0 +1,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>