This is a basic C++ project set up with GitHub Actions for continuous integration.
This project demonstrates how to set up a C++ project with:
- Source code in the
src/directory. - Unit tests in the
tests/directory. - CMake for building.
- GitHub Actions for continuous integration.
To build and run this project, you need:
- CMake (version 3.10 or higher)
- A C++ compiler
- Google Test (for unit testing)
- cppcheck (for static code analysis)