Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BobBuildTool/bob
Bob build tool - Functional cross platform build-automation tool
https://github.com/BobBuildTool/bob
bob build-automation build-system build-tool reproducible-builds unix windows
Last synced: about 1 month ago
JSON representation
Bob build tool - Functional cross platform build-automation tool
- Host: GitHub
- URL: https://github.com/BobBuildTool/bob
- Owner: BobBuildTool
- License: gpl-3.0
- Created: 2016-01-07T11:49:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:35:26.000Z (2 months ago)
- Last Synced: 2024-11-18T22:42:11.947Z (2 months ago)
- Topics: bob, build-automation, build-system, build-tool, reproducible-builds, unix, windows
- Language: Python
- Homepage: https://bobbuildtool.dev/
- Size: 4.77 MB
- Stars: 76
- Watchers: 20
- Forks: 44
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Bob Logo](/doc/BOB_Logo.png?raw=true)](https://bobbuildtool.github.io/)
[Bob Build Tool](https://bobbuildtool.github.io/)
=================================================Bob is a build automation tool inspired by bitbake and portage. It is intended
for complex embedded projects and thus focuses on reproducible builds while
still being nice to developers in agile environments.[![Documentation Status](http://readthedocs.org/projects/bob-build-tool/badge/?version=latest)](http://bob-build-tool.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://github.com/BobBuildTool/bob/actions/workflows/workflow.yaml/badge.svg)](https://github.com/BobBuildTool/bob/actions/workflows/workflow.yaml)
[![codecov.io](https://codecov.io/github/BobBuildTool/bob/coverage.svg?branch=master)](https://codecov.io/github/BobBuildTool/bob?branch=master)Installation
============To install the latest release just do a:
$ python3 -m pip install BobBuildTool [--user]
See the [installation instructions](https://bob-build-tool.readthedocs.io/en/latest/installation.html)
for more information and other methods.Getting started
===============It's probably the best to head over to the
[documentation](http://bob-build-tool.readthedocs.io/). To get an impression
of how Bob is configured, have a look at the
[tutorials](https://github.com/BobBuildTool/bob-tutorials). A real project that
is built by Bob can be found [here](https://github.com/BobBuildTool/basement).The [Cheat Sheet](doc/cheatsheet/bob_cheatsheet.pdf) shows common used keywords
and commands.If you have a specific question you're welcome to post on the
[mailing list](mailto:[email protected])
([FreeLists](http://www.freelists.org/list/bob-build-tool)).