Sign inSign up

springrockconsulting/gcc

By springrockconsulting

Updated over 3 years ago

Container to build, run tests, and create code coverage report

Image
0

206

springrockconsulting/gcc repository overview

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

Tag summary

Content type

Image

Digest

sha256:68ea4e71a

Size

322.2 MB

Last updated

over 3 years ago

docker pull springrockconsulting/gcc:v4