Continuous integration server for Erlang code

前端 未结 4 548
后悔当初
后悔当初 2021-02-09 12:37

What kind of agile tools are you using for Erlang development? What continuous integration (CI) server are you using to build Erlang code? The only reference I got was from Quor

4条回答
  •  清酒与你
    2021-02-09 13:16

    If you want to do it using Jenkins, I have written a common test hook which generates JUnit XML output for your tests which Jenkins can use to produce test statistics.

    https://github.com/garazdawi/cth_tools/blob/master/src/cth_junit.erl

提交回复
热议问题