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

查看:28
本文介绍了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天全站免登陆