Scroll to navigation

UI-AUTO-UBS(1) General Commands Manual UI-AUTO-UBS(1)

NAME

ui-auto-ubs - a tool from the ui-auto tool box.

DESCRIPTION

Documentation is fully in the usage output via "ui-auto-ubs -H". This is just a copy for convenience: Unified build system tool for ui-auto tasks.


This tool autodetects the used build system and unifies a
selection of common tasks needed by ui-auto tools.

Usage: ui-auto-ubs [-h|-H] -s -S arg CMD OPT


-h|-H : Get usage help; short (-h) or complete (-H).

Options:
-s : Only print the autodetected build system id.
-S arg: Set Build System id arbitrarily. Supported: autotools cmake.

Positionals:
CMD : UBS command.
* check_installation : Check whether the build system tools are installed.
* strap [c|C] : Strap the build system; c=clean, C=only clean.
* configure [OPTIONS]: Configure the build system.
Example: $ ui-auto-ubs configure '--with-foo --disable-bar'
* build : Build.
* check : Run checks/tests.
* dist : Make a distribution.
* distcheck : Make a distribution with checks.
* parse : Parse package name and version.
* patch VERSION : Patch package version.
OPT : Option for UBS command.

AUTHOR

Produced automatically by ui-auto on Wed, 24 Nov 2021 17:19:05 +0000.