From 1b6a29af871927b72388b98fb2c45a5d7b34132d Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 19 Sep 2011 15:09:44 -0400 Subject: attempt to build on teamcity --- build.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c7c89fe3c2..c949d00166 100755 --- a/build.sh +++ b/build.sh @@ -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 } -- cgit v1.2.3