ci: update static_analysis Dockerfile
This commit is contained in:
parent
61241079c8
commit
d9d63d5375
1 changed files with 4 additions and 1 deletions
|
@ -22,4 +22,7 @@ RUN clang --version \
|
|||
|
||||
RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
|
||||
&& 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
|
||||
|
|
Loading…
Add table
Reference in a new issue