Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.2 KB

Clang docker container for TMIV CI

docker

A docker container with modern CMake and clang for TMIV's continuous integration. Built on top of cbachhuber/clang, it additionally offers

  • build caching with ccache. Inside the docker container, folder /.ccache is used for caching. Mount that one with read&write rights to a persistent folder on your machine to achieve build caching between container invocations.
  • TMIV's CMake dependencies in folder /dependencies:

Tags and corresponding docker files: