diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-24 11:24:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-24 11:24:22 -0400 |
commit | 2ea24ecc3b400358f6b8f25fd28b62a3856021c2 (patch) | |
tree | 546c720e8c32cec03fd0319a7fc6995993b8f723 | |
parent | 3f80f4f30317cd6c4d1ef798ce0facfe3f3cf19a (diff) |
use dependency graph generation from buildscripts build.sh
-rwxr-xr-x | build.sh | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -177,17 +177,7 @@ build_docs() echo Hello world > documentation.txt upload_item docs documentation.txt text/plain end_section "Stub documentation.txt" - begin_section "Dependency Graph" - depends_graph="$build_dir/dependancies.png" - echo "$AUTOBUILD" graph --output "$depends_graph" - if "$AUTOBUILD" graph --output "$depends_graph" >> "$build_log" 2>&1 - then - record_event "autobuild graph succeeded" - uplaod_item docs "$depends_graph" image/png - else - record_event "autobuild graph failed" - fi - end_section "Dependency Graph" + record_dependencies_graph # defined in build.sh end_section "Building Documentation" } |