diff options
author | Oz Linden <oz@lindenlab.com> | 2015-10-29 10:11:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-10-29 10:11:18 -0400 |
commit | 4b05ac4ce1b8262db94b4902987efbb5eea03e49 (patch) | |
tree | 513bc818865b5bf8bc6f7ae8e4649b1070704d1b | |
parent | d17614ca6121dde0ec917664796f263045ad5b6c (diff) |
fix bug in doxygen generation and upload
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -239,7 +239,7 @@ do build "$variant" "$build_dir" 2>&1 | tee -a "$build_log" | sed -n 's/^ *\(##teamcity.*\)/\1/p' if `cat "$build_dir/build_ok"` then - if [ "$variant" == "Release" -o "$variant" == "Doxygen" ] + if [ "$variant" == "Release" ] then if [ -r "$build_dir/autobuild-package.xml" ] then @@ -410,6 +410,7 @@ then (cd "$build_dir/doxygen/html"; tar cjf "$build_dir/viewer-doxygen.tar.bz2" .) upload_item docs "$build_dir/viewer-doxygen.tar.bz2" binary/octet-stream fi + ;; *) echo "Skipping mapfile for $last_built_variant" ;; |