aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: a9cb052c1e0bad25c4478f26b258a02a037266fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.

License
-------

Distributed under the MIT License.
See [LICENSE.txt] for details.

[LICENSE.txt]: LICENSE.txt