Skip to content

HorstBaerbel/ccpp-cmake-build-and-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker container for C / C++ / cmake compilation

Topics

Resources

License

Stars

Watchers

Forks