You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code coverage support using lcov and https://codecov.io. Code coverage is only generated for the files which matter, the source code in src/ and include/ directories.
Automatic Build
~/CppTemplate$ ./tools/build.sh
Manual Build
~/CppTemplate$ mkdir build
~/CppTemplate$ cd build/
~/CppTemplate/build$ cmake ..
~/CppTemplate/build$ make
~/CppTemplate/build$ make run_unit_tests
~/CppTemplate/build$ sudo make install
To Generate Documentation
~/CppTemplate$ doxygen doxygen.conf
About
A template repository to quick-start C++ development.