HOME
Generic Build Support (GBS) - User Manual
Plugins
Description
Supported plugins.
GBS Administrator only!!
- Index
-
Builds
,
Audits
,
Tools
,
Other
Build (gen) Plugins
Build Plugins are selected with gbsswt --new
And are updated with gbsmaint 7 1
Supported Build Plugins:
See also target.gbs
Audit Plugins
Audit Plugins are selected and updated with gbsmaint 7 1
Supported Audit Plugins:
See also audit.gbs
Tool Plugins are selected and updated with gbsmaint 7 1
Supported Tool Plugins:
See also tool.gbs
Doxygen
Purpose
Run Doxygen for all SubSystems
Run
In steps.gbs:
STEP doxygen_api
TOOL = doxygen_api
BUILD = NO
AUDIT = NO
STEP doxygen
TOOL = doxygen
EXEC = SPECIFY
BUILD = NO
AUDIT = NO
Requires
Doxygen via GBSEXT_DOXYGEN_PATH and GBSEXT_DOXYGEN_REL
and optionally Dot (Graphviz) via PATH
Notes
Use gbssilo to view results
Other Plugins
Supported Other Plugins:
Copy_Export
Purpose
Copy the contents of one or more GBS EXPORT directories to a directory outside the GBS WorkArea
Usage
Run in steps.gbs
Syntax
copy_export >copy_export/bin/copy_export.pl subsys_comma_list export_path to_root
- subsys_comma_list
- From SubSystem(s).
- export_path
- From-export: Relative path from EXPORT-path (may be .).
- to_root
- To-path: Absolute path to output-directory
Example
STEP copy_export
COMMAND = >copy_export/bin/copy_export.pl superglo $GBS_TARGET $GBSEXT_GBSSHARE/$GBS_TARGET
AUDIT = NO
Requires
None
Notes
None
Copyright © Randy Marques of Randy Marques Consultancy - All rights reserved