c++ continuous integration with performance metrics

前端 未结 7 1298
不思量自难忘°
不思量自难忘° 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 01:56

    I have written an article that might help you. It describes continuous integration of C++ code using googletest and hudson, using gcov for code coverage metrics. http://meekrosoft.wordpress.com/2010/06/02/continuous-code-coverage-with-gcc-googletest-and-hudson/

提交回复
热议问题