attempt to build on teamcity
parent
5ad6b4f099
commit
1b6a29af87
|
|
@ -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
|
||||
|
|
|
|||
9
build.sh
9
build.sh
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue