Skip to content

Commit dce8da0

Browse files
committed
add gcovr
1 parent 3bc74f0 commit dce8da0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ RUN wget -q https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.1.zip && \
2121
unzip v3.7.1.zip && \
2222
cd Catch2-3.7.1 && \
2323
cmake -Bbuild -H. -DBUILD_TESTING=OFF && \
24-
cmake --build build/ --target install
24+
cmake --build build/ --target install
25+
26+
# Install python3
27+
RUN apt-get install -y python3 python3-pip python3-full
28+
29+
# Install gcovr
30+
RUN pip3 install gcovr --break-system-packages

0 commit comments

Comments
 (0)