molcajete

Crates.iomolcajete
lib.rsmolcajete
version0.1.0
sourcesrc
created_at2020-05-01 10:02:20.103803
updated_at2020-05-01 10:02:20.103803
descriptioncontinuous integration framework
homepagehttps://github.com/molcajete/molcajete
repositoryhttps://github.com/molcajete/molcajete
max_upload_size
id236090
size7,784
(nbari)

documentation

https://github.com/molcajete/molcajete

README

molcajete

A continuous integration framework

crates.io Build Status

Molcajete receives a task and when a worker is available it will execute it and report the results.

A task (for now) is an event from a GitHub webhook, the payload gets processed, and then a task is created, for example, for every commit to the git branches development or master, a task is created.

Once the worker receives a task it will create a FreeBSD jail and within it will run all the tasks defined in molcajete.yml reporting back the results.

Commit count: 4

cargo fmt