Skip to content

Sample C++ project for GitLab CI/CD

Based on CI/CD templates provided by Gitlab, this C++ project aims to:

  • Provide cross-platform software using CMake
  • Run unit test using Google Test framework
  • Ship Docker image to GitLab Container Registry
  • Publish software documentation to GitLab Pages https://gitlab-examples.gitlab.io/cpp-example/

To go futher:

  • A great C++ project with some tools like clang compiler, cppcheck, ...

References

Forked from https://gitlab.com/winkies/cpp-example