ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
light7734 2025-07-11 14:46:33 +03:30
parent 802055f6d0
commit 6a7e8b6807
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -22,4 +22,7 @@ RUN clang --version \
RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \ RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
&& cd light \ && cd light \
&& conan install . -o enable_static_analysis=True --build=missing && conan install . \
-c tools.system.package_manager:mode=install \
-o enable_static_analysis=True \
--build=missing