本文介绍了持续集成服务器,用于Erlang代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您使用哪种敏捷工具进行Erlang开发?您正在使用什么(CI)服务器来构建Erlang代码?我得到的唯一参考来自Quora问题 XML输出。




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 Quora question How do I integrate Erlang unit tests in Jenkins (Hudson)?.

I am also interested in the nifty details of setting them up and making talk to each other.

解决方案

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

这篇关于持续集成服务器,用于Erlang代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 18:12
查看更多