Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 941 Bytes

File metadata and controls

30 lines (20 loc) · 941 Bytes

Bold — a software build automation tool

Features

  • Build scripts are simple declarative Python code
  • Built-in builders for C
  • Works on Linux and Windows
  • Easy to write custom builders
  • No external dependencies (just argparse for Python 2.6), small hackable codebase
  • Builder-level script code change detection

Setup

PyPI package is available: pypi.python.org/pypi/bold

If you are new to Python and just want to make this thing work ASAP, to install latest released version system-wide:

sudo easy_install bold

If you use virtualenv, pip, etc.:

pip install bold

To install latest development version:

pip install git+https://github.com/fillest/bold.git

Issues

Please submit bugs, feature requests or any feedback to issue tracker

License

See licence.txt (MIT License)