What toolchains exist for Continuous Integration with C++?

后端 未结 6 940
天涯浪人
天涯浪人 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:31

    We used scons for continuous integration run by a central build server. Some projects migrated to buildbot.

    I'm now getting into rake and considering solutions as surveyed in this blog. Fowler mentions that ThoughtWorks occasionally use rake for their build scripting in his Continuous Integration article.

提交回复
热议问题