What toolchains exist for Continuous Integration with C++?

后端 未结 6 959
天涯浪人
天涯浪人 2021-01-31 09:14

Continuous Integration toolchains for .NET, Java, and other languages are relatively well defined, but the C++ market seems to have a lot of diversity.

By CI \"toolcha

6条回答
  •  梦谈多话
    2021-01-31 09:52

    We implemented our C++ cross platform continous integration infrastructure using Parabuild

    http://www.viewtier.com/products/parabuild/screenshots.htm

    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.

    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

提交回复
热议问题