开发者

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

开发者 https://www.devze.com 2023-04-03 15:33 出处:网络
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?

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

精彩评论

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

关注公众号