rusty-ci 0.2.0

A tool to generate buildbot projects from a YAML file
Documentation

rusty-ci

A tool to generate buildbot projects from a YAML file

Usage

Install rust.

curl https://sh.rustup.rs -sSf | sh

Install rusty-ci

cargo install rusty-ci

Build a makefile from a yaml file and run it!

cat test.yaml | rusty-ci > Makefile
make -j

TODO

  • Integrate CLAP for better command line usage