GCovr Latest #8
@@ -8,7 +8,6 @@ ARG CONAN_DEBUG_PROFILE
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
gcovr \
|
||||
xvfb \
|
||||
\
|
||||
# LunarG Vulkan repo (modern keyring method)
|
||||
|
||||
@@ -53,7 +53,8 @@ RUN VERSION=1.2.0; \
|
||||
|
||||
# Install pipx and Conan
|
||||
RUN pipx ensurepath \
|
||||
&& pipx install conan
|
||||
&& pipx install conan \
|
||||
&& pipx install gcovr
|
||||
|
||||
# Build and install mold
|
||||
RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
|
||||
|
||||
Reference in New Issue
Block a user