diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/reports/cdash/Configure.xml | 8 | ||||
-rw-r--r-- | templates/reports/cdash/Site.xml | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/templates/reports/cdash/Configure.xml b/templates/reports/cdash/Configure.xml new file mode 100644 index 0000000000..0451279563 --- /dev/null +++ b/templates/reports/cdash/Configure.xml @@ -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> diff --git a/templates/reports/cdash/Site.xml b/templates/reports/cdash/Site.xml new file mode 100644 index 0000000000..a47ffd34e6 --- /dev/null +++ b/templates/reports/cdash/Site.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Site BuildName="{{ install_command }}" + BuildStamp="{{ buildstamp }}" + Name="{{ hostname }}" + OSName="{{ osname }}" +> + |