Crates.io | molcajete |
lib.rs | molcajete |
version | 0.1.0 |
source | src |
created_at | 2020-05-01 10:02:20.103803 |
updated_at | 2020-05-01 10:02:20.103803 |
description | continuous integration framework |
homepage | https://github.com/molcajete/molcajete |
repository | https://github.com/molcajete/molcajete |
max_upload_size | |
id | 236090 |
size | 7,784 |
A continuous integration framework
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.