this is my ci server, built on top of laminar, because while the jenkins logo looks hot and classy, i want something to hack on myself.
yes, it builds itself.
how to use?
- add a binary that writes a valid serialized
pipeline(as modeled inmodel/pipeline.ts) to stdout somewhere in your repo. - add a
.ci/ci.jsonwith{"workflow": "<path_to_executable>"}. - push your code.
- watch the magic happen!
