Add gcovr to CI docker image (#1072)

For #1066
This commit is contained in:
Sergey Kuznetsov
2024-01-03 16:53:26 +00:00
committed by GitHub
parent b609298870
commit af485a0634

View File

@@ -33,7 +33,7 @@ RUN apt update -qq \
&& update-alternatives --install /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-${GCC_VERSION} 100 \
&& apt-get clean && apt remove -y software-properties-common \
&& pip3 install -q --upgrade --no-cache-dir pip \
&& pip3 install -q --no-cache-dir conan==1.62
&& pip3 install -q --no-cache-dir conan==1.62 gcovr
# Install ccache from source
WORKDIR /tmp