mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Create docker image with Mantid static analysis tools #24

Closed DavidFair closed 4 years ago

DavidFair commented 4 years ago

Creates a docker image which only contains the static analysis tools required by Mantid. This decouples our static analysis pipeline from the builders and deps, so we can update each seperately and deploy them to different machines.

DavidFair commented 4 years ago

~Note to self: need to add doxygen~

DavidFair commented 4 years ago

~Need to add the latest version of CMake yet....~

DavidFair commented 4 years ago

Sorry about the push spam, I noticed / fixed an issue where cppcheck would fall over since it couldn't find its rules at runtime

DavidFair commented 4 years ago

Okay thanks for the reviews so far, I've:

martyngigg commented 4 years ago

I'll build the image and get it pushed to DockerHub.