开发者

Looking for a Continuous Integration Engine that can handle both Java and C/C++

Can anybody recommend a continuous integration engine (like Apache Continuum or Jenkins) that can execute traditional makefiles (GNU Make) along with maven-based Java builds?

I'm working with a code base that is mixed, and where Java calls C through JNI and vice-versa.

Any suggestions? Any experiences performi开发者_JS百科ng continuous integration in a mixed environment?

Thanks


Take a look at jenkins. When I was using it, previously as hudson, it was fairly extensible and allowed you to run terminal programs. You should be able to call up gnu make to build what you need to.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜