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

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

问题描述

您使用什么样的敏捷工具来开发Erlang?您使用什么持续集成(CI)服务器来构建Erlang代码?我唯一的参考是从Quora问题 如何在Jenkins(Hudson)中集成Erlang单元测试?

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.

推荐答案

如果你想使用Jenkins,我写了一个常见的测试钩子它会为您的测试生成 JUnit XML输出,Jenkins可以使用这些输出来生成测试统计信息。

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天全站免登陆