CDash report for configure step
Generate CTest XML file containing configure output
This commit is contained in:

committed by
Todd Gamblin

parent
f35d5bbf2b
commit
d7581697a5
8
templates/reports/cdash/Configure.xml
Normal file
8
templates/reports/cdash/Configure.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Configure>
|
||||
<StartConfigureTime>{{ configure.starttime }}</StartConfigureTime>
|
||||
<ConfigureCommand>{{ install_command }}</ConfigureCommand>
|
||||
<Log>{{ configure.log }}</Log>
|
||||
<ConfigureStatus>{{ configure.status }}</ConfigureStatus>
|
||||
<EndConfigureTime>{{ configure.endtime }}</EndConfigureTime>
|
||||
</Configure>
|
||||
</Site>
|
7
templates/reports/cdash/Site.xml
Normal file
7
templates/reports/cdash/Site.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Site BuildName="{{ install_command }}"
|
||||
BuildStamp="{{ buildstamp }}"
|
||||
Name="{{ hostname }}"
|
||||
OSName="{{ osname }}"
|
||||
>
|
||||
|
Reference in New Issue
Block a user