持续集成服务器,用于Erlang代码 [英] Continuous integration server for Erlang code

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

问题描述

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



我也对这个漂亮的细节感兴趣

解决方案

如果你想使用詹金斯做,我已经写了一个常见的测试钩子可以为Jenkins可用于生成测试统计信息的测试生成 JUnit XML输出。



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


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代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆