Skip to content
Snippets Groups Projects
Commit 469529ac authored by Oz Linden's avatar Oz Linden
Browse files

reenable doxygen for teamcity linux builds, minor documentation cleanup

parent 599107a0
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ build_Linux_Debug = false
build_Darwin_Debug = false
build_Debug = false
# enable Doxygen building on Linux for TeamCity (it can be done manually on any platform)
build_Linux_Doxygen = true
# Update Public Inworld Build Status Indicators (setting should mirror "public_build")
email_status_this_is_os = true
......
......@@ -109,7 +109,7 @@ pre_build()
-DLL_TESTS:BOOL="$run_tests" \
-DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url
end_section "Configure $variant"
end_section "Configure $variant"
}
package_llphysicsextensions_tpv()
......@@ -395,15 +395,13 @@ then
then
llphysicsextensions_package=$(cat $build_dir/llphysicsextensions_package)
upload_item private_artifact "$llphysicsextensions_package" binary/octet-stream
else
echo "No llphysicsextensions_package"
fi
;;
Doxygen)
if [ -r "$build_dir/doxygen_warnings.log" ]
then
record_event "Doxygen warnings generated; see doxygen_warnings.log"
upload_item log "$build_dir/doxygen_warnings.log" binary/octet-stream
upload_item log "$build_dir/doxygen_warnings.log" text/plain
fi
if [ -d "$build_dir/doxygen/html" ]
then
......@@ -412,7 +410,6 @@ then
fi
;;
*)
echo "Skipping mapfile for $last_built_variant"
;;
esac
......
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