attempt to build on teamcity

master
Oz Linden 2011-09-19 15:09:44 -04:00
parent 5ad6b4f099
commit 1b6a29af87
2 changed files with 8 additions and 3 deletions

View File

@ -147,7 +147,9 @@ oz_viewer-devreview.email = oz@lindenlab.com
oz_project-1.build_debug_release_separately = true
oz_project-1.codeticket_add_context = false
oz_project-1_Linux.build_docs = true
oz_project-1.email = oz@lindenlab.com
oz_project-2.build_debug_release_separately = true
oz_project-2.codeticket_add_context = false
oz_project-2.email = oz@lindenlab.com

View File

@ -90,9 +90,12 @@ build()
build_docs()
{
begin_section Docs
# Stub code to generate docs
echo Hello world > documentation.txt
upload_item docs documentation.txt text/plain
if "$AUTOBUILD" build -c Doxygen
then
echo true >"$build_dir"/build_ok
else
echo false >"$build_dir"/build_ok
fi
end_section Docs
}