Skip to content
Snippets Groups Projects
Commit 2ea24ecc authored by Oz Linden's avatar Oz Linden
Browse files

use dependency graph generation from buildscripts build.sh

parent 3f80f4f3
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment