xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
File Mode Size
builders/ 040000
classes/ 040000
other/ 040000
vcs/ 040000
.htaccess 100644 136B
INSTALL.md 100644 2,080B
LICENSE 100644 34KiB
README.md 100644 995B
build.php 100644 2,439B
config.php.sample 100644 1,019B
daemon.php 100644 5,159B
dashboard.php 100644 4,491B
favicon.png 100644 610B
footer.php 100644 756B
header.php 100644 1,195B
install 100755 450B
new.php 100644 2,329B
style.css 100644 2,673B

/README.md

fragile 2015 - 2016

Last updated: 23 March, 2016

Version: 0.4.1

Brief Description

This is a simple, minimal and straightforward CI to compensate complexity of many CIs out there among which the author of this one couldn't pick (although he tried really hard to omit creating one more CI).

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
  • HTML, there is no useless animations and such via any scripts

Screenshot

Dashboard

Demo

One can see it being used here.

License

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