jake314159 / tiny-ci

Not maintained, just some programming practice in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny-ci

A tiny light-weight continuous integration server

Compile instructions

The files can be compiled using make with the following command.

./configure.sh
make setup

This will create a binary file called 'tiny-ci' in the bin directory which can be called from the command line. It will also create a directory in '~/.tiny-ci' which is used to store the settings for tiny-ci and finally will also create a python script called '~/.tiny-ci/processFail.py'. This is the script which defines what happens when a test fails. After installation it is suggested that you edit this file and enter your SMTP email settings.

For help on the options avalible you can run

tiny-ci help

About

Not maintained, just some programming practice in C++

License:Apache License 2.0


Languages

Language:C++ 83.2%Language:C 13.0%Language:Python 3.8%Language:Shell 0.0%