blob: bc0f119b07cfa6b8a2d557766535f1c4038b9d0a (
plain) (
tree)
|
|
cimple
======
My little CI system (hopefully).
Development
-----------
Build using CMake.
Depends on libgit2 and SQLite.
There's a Makefile with useful shortcuts to build the project in the .build/
directory:
make build
### Code style
Set up the git pre-commit hook by running `./scripts/setup-hook`.
This depends on `clang-format` and won't allow you to commit code that doesn't
pass the formatting check.
Rationale
---------
The goal it to make a CI system that doesn't suck.
See [rationale.md] for details.
[rationale.md]: doc/rationale.md
License
-------
Distributed under the MIT License.
See [LICENSE.txt] for details.
[LICENSE.txt]: LICENSE.txt
|