c++ continuous integration with performance metrics

前端 未结 7 1398
不思量自难忘°
不思量自难忘° 2021-02-11 01:16

I want to set up a continuous integration and test framework for my open source C++ project. The desired features are:

1. check out the source code
2. run all th         


        
7条回答
  •  轮回少年
    2021-02-11 02:07

    I prefer CruiseControl.Net with cppUnit, but I don't have any experience or knowledge of the google test framework. However, for easy and free continuous intergration you cannot beat CruiseControl.NET especially with all of the testing frameworks, build systems, and other ad dons that it supports.

提交回复
热议问题