Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
469529ac
Commit
469529ac
authored
9 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
reenable doxygen for teamcity linux builds, minor documentation cleanup
parent
599107a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BuildParams
+2
-0
2 additions, 0 deletions
BuildParams
build.sh
+2
-5
2 additions, 5 deletions
build.sh
with
4 additions
and
5 deletions
BuildParams
+
2
−
0
View file @
469529ac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
2
−
5
View file @
469529ac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment