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
dc5960d3
Commit
dc5960d3
authored
9 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
relocate upload of Doxygen results
parent
b3352767
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+13
-7
13 additions, 7 deletions
build.sh
with
13 additions
and
7 deletions
build.sh
+
13
−
7
View file @
dc5960d3
...
@@ -239,7 +239,7 @@ do
...
@@ -239,7 +239,7 @@ do
build
"
$variant
"
"
$build_dir
"
2>&1 |
tee
-a
"
$build_log
"
|
sed
-n
's/^ *\(##teamcity.*\)/\1/p'
build
"
$variant
"
"
$build_dir
"
2>&1 |
tee
-a
"
$build_log
"
|
sed
-n
's/^ *\(##teamcity.*\)/\1/p'
if
`
cat
"
$build_dir
/build_ok"
`
if
`
cat
"
$build_dir
/build_ok"
`
then
then
if
[
"
$variant
"
==
"Release"
]
if
[
"
$variant
"
==
"Release"
-o
"
$variant
"
==
"Doxygen"
]
then
then
if
[
-r
"
$build_dir
/autobuild-package.xml"
]
if
[
-r
"
$build_dir
/autobuild-package.xml"
]
then
then
...
@@ -249,7 +249,7 @@ do
...
@@ -249,7 +249,7 @@ do
then
then
record_dependencies_graph
# defined in buildscripts/hg/bin/build.sh
record_dependencies_graph
# defined in buildscripts/hg/bin/build.sh
else
else
record_event
"no dependency graph for linux (probable python version dependency)"
1>&2
record_event
"
TBD -
no dependency graph for linux (probable python version dependency)"
1>&2
fi
fi
end_section
"Autobuild metadata"
end_section
"Autobuild metadata"
else
else
...
@@ -399,6 +399,17 @@ then
...
@@ -399,6 +399,17 @@ then
echo
"No llphysicsextensions_package"
echo
"No llphysicsextensions_package"
fi
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
fi
if
[
-d
"
$build_dir
/doxygen/html"
]
then
(
cd
"
$build_dir
/doxygen/html"
;
tar
cjf
"
$build_dir
/viewer-doxygen.tar.bz2"
.
)
upload_item docs viewer-doxygen.tar.bz2 binary/octet-stream
fi
*
)
*
)
echo
"Skipping mapfile for
$last_built_variant
"
echo
"Skipping mapfile for
$last_built_variant
"
;;
;;
...
@@ -417,11 +428,6 @@ then
...
@@ -417,11 +428,6 @@ then
upload_stub_installers
"
$build_dir_stubs
"
upload_stub_installers
"
$build_dir_stubs
"
fi
fi
end_section Upload Installer
end_section Upload Installer
elif
[
"
$last_built_variant
"
=
"Doxygen"
]
then
cd
"
$build_dir
/doxygen/html"
tar
cjf viewer-doxygen.tar.bz2
.
upload_item docs viewer-doxygen.tar.bz2 binary/octet-stream
else
else
echo
skipping upload of installer
echo
skipping upload of installer
fi
fi
...
...
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