ci: update static_analysis Dockerfile
This commit is contained in:
parent
f121cc7318
commit
6285945eec
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ RUN clang --version \
|
||||||
&& conan --version \
|
&& conan --version \
|
||||||
&& pip --version \
|
&& pip --version \
|
||||||
&& cmake --version
|
&& cmake --version
|
||||||
|
|
||||||
|
RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
|
||||||
|
&& cd light \
|
||||||
|
&& conan install . -o enable_static_analysis=True --build=missing
|
||||||
|
|
Loading…
Add table
Reference in a new issue