GBS Logo Generic Build Support (GBS) - User Manual HOME
Plugins
Supported plugins.
GBS Administrator only!!
Index
Builds, Audits, Tools,

Build (gen) Plugins

Supported Build Plugins:

Audit Plugins

Supported Audit Plugins:

Tool Plugins

Doxygen

Purpose

Run Doxygen for all Full-GBS SubSystems

Install

In steps.gbs:
STEP doxygen    >doxygen/bin/doxygen.pl full
    EXEC        = SPECIFY
    TARGETS     = -
    AUDITS      = -

STEP doxygen_api >doxygen/bin/doxygen.pl api
    EXEC        = SPECIFY
    TARGETS     = -
    AUDITS      = -

Requires

Doxygen via GBSEXT_DOXYGEN_PATH
and optionally Dot (Graphviz) via PATH

Notes

Use gbssilo to view results


Copy_Export

Purpose

Copy the contents of one or more GBS EXPORT directories to a directory outside the GBS WorkArea

Install

In steps.gbs:

STEP 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
e.g.:
STEP copy_export >copy_export/bin/copy_export.pl superglo $GBS_TARGET D:/GBSSHARE/$GBS_TARGET

Requires

None

Notes

None