xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
<root> / README.md (a0c9f74fcea3330141dba2aa0709b58ce8c5f871) (1,397B) (mode 100644) [raw]
**fragile**, _v0.6_, _2015 – 2018_

_This file last updated on 24 November, 2018_

### Brief Description ###

This is a simple, minimal and straightforward CI to compensate complexity of
many CIs out there among which author of this one couldn't pick, even though he
tried really hard to omit creating one more CI.  It's worth nothing that end
result turned out to be somewhat more complicated than planned, which might be
fixed in the future.

### Dependencies ###

* PHP
* SQLite
* Unix-like system with bash
* Git (by default, but can be changed by editing `vcs/*`)

### Small Features (because there are no big ones) ###

* No "hard to get working" dependencies
* No special configuration interface (adding a builder is just adding a script
  to a directory)
* No parallel execution
* No external builders
* Automatic errors/warnings discovery and highlighting
* Just HTML, no useless animations or anything like that
* Simple SVG badges (`badges/svg/<branch-name>`)
* Simple control interface through pushes to the repository
* Smart order of running builders (those which failed on previous run on the
  branch are executed first)
* Measuring duration of builds

### Screenshot ###

![Dashboard](other/fragile.png)

### Demo ###

One can see it being used [here](http://ci.vifm.info/).

### License ###

![AGPLv3+](other/agplv3.png)

GNU Affero General Public License, version 3 or later.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master