Skip to content
Snippets Groups Projects
Commit d07751e8 authored by Glenn Glazer's avatar Glenn Glazer
Browse files

add version string to ct2 results

parent 71ffed27
No related branches found
No related tags found
No related merge requests found
...@@ -273,6 +273,13 @@ do ...@@ -273,6 +273,13 @@ do
else else
record_event "no autobuild metadata at '$build_dir/autobuild-package.xml'" record_event "no autobuild metadata at '$build_dir/autobuild-package.xml'"
fi fi
if [ -r "$build_dir/newview/viewer_version.txt" ]
then
begin_section "Viewer Version"
python_cmd "$helpers/codeticket.py" addoutput "Viewer Version" "$build_dir/newview/viewer_version.txt" --mimetype text/plain \
|| fatal "Upload of viewer version failed"
end_section "Viewer Version"
fi
;; ;;
Doxygen) Doxygen)
if [ -r "$build_dir/doxygen_warnings.log" ] if [ -r "$build_dir/doxygen_warnings.log" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment