寻找一个可以同时处理 Java 和 C/C 的持续集成引擎++

发布于 2024-12-03 06:33:55 字数 192 浏览 1 评论 0原文

有人可以推荐一个可以执行传统 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 技术交流群。

扫码二维码加入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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文