/ccpp-cmake-build-and-test

Docker container for C / C++ / cmake compilation

Primary LanguageDockerfileMIT LicenseMIT

Docker container for C / C++ / CMake compilation and testing

Docker images generated by this file can be found on on Docker Hub as horstbaerbel/ccpp-cmake-build-and-test.

It is used in my GitHub actions:

The container is based on ubuntu:latest and contains the following additional packages:

  • build-essential
  • cmake
  • gcc-10
  • g++-10
  • clang-11
  • clang-format-11
  • clang-tidy-11
  • python3
  • python3-pip

License

If you want to build your own container based on this, you can. See the MIT LICENSE.