[erlang-questions] Continuous Integration and Release Management for Erlang projects

Jack Moffitt jack@REDACTED
Thu Dec 22 07:07:04 CET 2011


> Jenkins: http://jenkins-ci.org/
>
> for Erlang projects!

Jenkins works easily with Erlang, basically no configuration needed.
It essentially just runs whatever commands you specify to build and
test the code, and it's quite easy to tell it to run rebar or make or
whatever you fancy.

We use it (and its Github plugins) everyday to do continuous
integration of code at Grey Area.

jack.



More information about the erlang-questions mailing list