What toolchains exist for Continuous Integration with C++?(有哪些工具链可用于与 C++ 的持续集成?)
问题描述
.NET、Java 和其他语言的持续集成工具链定义相对明确,但 C++ 市场似乎有很多多样性.
Continuous Integration toolchains for .NET, Java, and other languages are relatively well defined, but the C++ market seems to have a lot of diversity.
CI工具链"是指用于构建脚本、自动化测试、编码标准检查等的工具.
By CI "toolchain" I specifically mean tools for the build scripts, automated testing, coding standards checking, etc.
C++ 团队为 CI 工具链使用什么?
What are C++ teams using for CI toolchains?
推荐答案
我们使用 Parabuild 实现了我们的 C++ 跨平台持续集成基础架构
We implemented our C++ cross platform continous integration infrastructure using Parabuild
http://www.viewtier.com/products/parabuild/screenshots.htm
我们能够将各种类型的 Win/Mac/Linux QA 工具与其集成,并且它非常易于安装和维护:它可以在每个平台上一键安装,并且 Web 界面非常方便.
We were able to integrate every sort of Win/Mac/Linux QA tool with it and it's really easy to install and maintain: it's one click installation on every platform and the web interface is very handy.
在评估几个持续集成服务器时,主要问题是它们偏向于 Java:另一方面,Parabuild 非常适合 C++ 跨平台开发和 QA 工作流程
While evaluating several continous integration servers the main problem was that they were Java-biased: Parabuild, on the other hand, fits well in the C++ cross platform development and QA workflow
这篇关于有哪些工具链可用于与 C++ 的持续集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有哪些工具链可用于与 C++ 的持续集成?


基础教程推荐
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 从 std::cin 读取密码 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01