From 847c1216d0bf2534d5871ca4e47eb40df211d90f Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 19 Apr 2018 15:21:23 -0400 Subject: Generate CDash reports for build/install step --- templates/reports/cdash/Build.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/reports/cdash/Build.xml (limited to 'templates') diff --git a/templates/reports/cdash/Build.xml b/templates/reports/cdash/Build.xml new file mode 100644 index 0000000000..1d184349b3 --- /dev/null +++ b/templates/reports/cdash/Build.xml @@ -0,0 +1,27 @@ + + {{ build.starttime }} + {{ install_command }} +{% for warning in build.warnings %} + + {{ warning.line_no }} + {{ warning.text }} + {{ warning.source_file }} + {{ warning.source_line_no }} + {{ warning.pre_context }} + {{ warning.post_context }} + +{% endfor %} +{% for error in build.errors %} + + {{ error.line_no }} + {{ error.text }} + {{ error.source_file }} + {{ error.source_line_no }} + {{ error.pre_context }} + {{ error.post_context }} + +{% endfor %} + {{ build.endtime }} + 0 + + -- cgit v1.2.3-60-g2f50