https://github.com/ft/makemehappy
Automated Module Builds for C/C++ — a companion tool to ufw.
https://github.com/ft/makemehappy
Last synced: 4 months ago
JSON representation
Automated Module Builds for C/C++ — a companion tool to ufw.
- Host: GitHub
- URL: https://github.com/ft/makemehappy
- Owner: ft
- License: other
- Created: 2019-05-27T00:50:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T02:01:28.000Z (5 months ago)
- Last Synced: 2026-01-19T11:33:04.924Z (5 months ago)
- Language: Python
- Homepage:
- Size: 579 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- Roadmap: ROADMAP.org
Awesome Lists containing this project
README
MakeMeHappy — Automated Module Builds for C/C++
-----------------------------------------------
The purpose of MakeMeHappy is to facilitate automated continuous integration of
loosely coupled C and C++ modules. It features dependencies resolution, builds
against a host of different toolchains and automatic test-suite execution.
It is a companion tool for the ufw library (https://github.com/ft/ufw).
See the reference manual in doc/ for details.
Dependencies:
- Python 3
- Mako (python3)
- YAML (python3)
- logbook (python3)
- pandoc reasonably complete LaTeX installation for building documentation
Building:
Type ‘make’ to generate the mmh script and the system's documentation.