寻找一个可以同时处理 Java 和 C/C 的持续集成引擎++
有人可以推荐一个可以执行传统 makefile (GNU Make) 以及基于 maven 的 Java 构建的持续集成引擎(如 Apache Continuum 或 Jenkins)吗?
我正在使用混合的代码库,其中 Java 通过 JNI 调用 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 performing continuous integration in a mixed environment?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 jenkins。当我使用它时,以前是 hudson,它具有相当的可扩展性,允许您运行终端程序。您应该能够调用 gnu make 来构建您需要的东西。
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.