Skip to content
/ cmake-gtest-ci Public template

Template CMake project with Googletest, and Continuous Integration using GitHub actions

License

Notifications You must be signed in to change notification settings

gmargari/cmake-gtest-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Docs codecov coveralls MIT License

Cmake - Googletest - CI

Minimal template CMake project with Googletest, and Continuous Integration with GitHub actions.

On each commit push or pull request, the CI does the following:

  • Build and test
    • builds the code on a combination of OSes (Linux, Windows, Mac), compilers (gcc, clang, cl.exe), and modes (release, debug)
    • runs tests on each build combination
  • Code coverage
  • Documentation
    • builds documentation with Doxygen
    • uploads documentation to GitHub pages

About

Template CMake project with Googletest, and Continuous Integration using GitHub actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published