dev-pipeline-build

build tooling for dev-pipeline


License
BSD-1-Clause
Install
pip install dev-pipeline-build==0.4.0

Documentation

dev-pipeline-build

codacy Maintainability

A dev-pipeline plugin to provide build functionality. It will add the build command to dev-pipeline, permitting use of any installed builder plugin.

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline-build
$ pip3 install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline-build
$ python3 setup.py install

You'll need scm plugins installed to do anything useful.

Documentation

Information about the build command is avaialble in the documentation.