Container to build, run tests, and create code coverage report
206
FROM debian:bullseye
RUN apt-get update && apt-get install git zip procps vim gcc g++ gcovr cmake -y
RUN git clone https://github.com/catchorg/Catch2.git /usr/src/Catch2 && cd /usr/src/Catch2 && cmake -Bbuild -H. -DBUILD_TESTING=OFF && cmake --build build/ --target install
Content type
Image
Digest
sha256:68ea4e71a…
Size
322.2 MB
Last updated
over 3 years ago
docker pull springrockconsulting/gcc:v4