summaryrefslogtreecommitdiff
path: root/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html')
-rw-r--r--tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html b/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html
new file mode 100644
index 0000000000..79d41c1ab8
--- /dev/null
+++ b/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/build_report_table.html
@@ -0,0 +1,12 @@
+<table class="sortable pane bigtable stripped-odd">
+ <tr>
+ <th>Toolchain</th>
+ <th>Project</th>
+ </tr>
+ {% for run in build %}
+ <tr>
+ <td>{{run.toolchain}}</td>
+ <td>{{run.project}}</td>
+ </tr>
+ {% endfor %}
+</table>