xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 378568f501a7ee728a1d1e3b76f0a388caeb69ee

Add list of small features
Author: xaizek
Author date (UTC): 2016-02-04 19:53
Committer name: xaizek
Committer date (UTC): 2016-02-04 19:53
Parent(s): 0b4e3f37a623ffbfb9a10abef28bb3b6ad022621
Signing key:
Tree: 57079ca5495b8a8eb7fef8d0d7fa375a94362eef
File Lines added Lines deleted
README.md 12 2
File README.md changed (mode: 100644) (index fb442c7..b85f488)
1 1 _fragile_ _fragile_
2 2 _2015 - 2016_ _2015 - 2016_
3 3
4 **Last updated**: 28 January, 2016
4 **Last updated**: 04 February, 2016
5 5 **Version**: 0.4 **Version**: 0.4
6 6
7 7 ### Brief Description ### ### Brief Description ###
8 8
9 9 This is a simple, minimal and straightforward CI to compensate complexity of This is a simple, minimal and straightforward CI to compensate complexity of
10 10 many CIs out there among which the author of this one couldn't pick (although he many CIs out there among which the author of this one couldn't pick (although he
11 tried really hard to omit creating one more).
11 tried really hard to omit creating one more CI).
12 12
13 13 ### Dependencies ### ### Dependencies ###
14 14
 
... ... tried really hard to omit creating one more).
17 17 * Unix-like system with bash * Unix-like system with bash
18 18 * Git (by default, but can be changed by editing `vcs/*`) * Git (by default, but can be changed by editing `vcs/*`)
19 19
20 ### Small Features (because there are no big ones) ###
21
22 * No "hard to get working" dependencies
23 * No special configuration interface (adding a builder is just adding a script
24 to a directory)
25 * No parallel execution
26 * No external builders
27 * Automatic errors/warnings discovery and highlighting
28 * HTML, there is no useless animations and such via any scripts
29
20 30 ### Screenshot ### ### Screenshot ###
21 31
22 32 ![Dashboard](other/fragile.png) ![Dashboard](other/fragile.png)
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