Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
/ bold Public archive

a software build automation tool

License

Notifications You must be signed in to change notification settings

fillest/bold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

a software build automation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages