diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-19 15:09:44 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-19 15:09:44 -0400 |
commit | 1b6a29af871927b72388b98fb2c45a5d7b34132d (patch) | |
tree | 5717da73aed1a75516f669f605b3d9fb1ebe0fc1 /build.sh | |
parent | 5ad6b4f099f2e65b83bdd9f788ee6f7f45302e1f (diff) |
attempt to build on teamcity
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 } |