Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
2ea24ecc
Commit
2ea24ecc
authored
10 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
use dependency graph generation from buildscripts build.sh
parent
3f80f4f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+1
-11
1 addition, 11 deletions
build.sh
with
1 addition
and
11 deletions
build.sh
+
1
−
11
View file @
2ea24ecc
...
@@ -177,17 +177,7 @@ build_docs()
...
@@ -177,17 +177,7 @@ build_docs()
echo
Hello world
>
documentation.txt
echo
Hello world
>
documentation.txt
upload_item docs documentation.txt text/plain
upload_item docs documentation.txt text/plain
end_section
"Stub documentation.txt"
end_section
"Stub documentation.txt"
begin_section
"Dependency Graph"
record_dependencies_graph
# defined in build.sh
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"
end_section
"Building Documentation"
end_section
"Building Documentation"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment