ci: add ninja cmake-toolchain-generator option to ci Dockerfiles
This commit is contained in:
parent
3791916a32
commit
e02b208771
2 changed files with 4 additions and 0 deletions
|
@ -34,8 +34,10 @@ RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
|
|||
&& conan install . \
|
||||
-s build_type=Debug \
|
||||
-c tools.system.package_manager:mode=install \
|
||||
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
||||
--build=missing \
|
||||
&& conan install . \
|
||||
-s build_type=Release \
|
||||
-c tools.system.package_manager:mode=install \
|
||||
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
||||
--build=missing
|
||||
|
|
|
@ -34,8 +34,10 @@ RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
|
|||
&& conan install . \
|
||||
-s build_type=Debug \
|
||||
-c tools.system.package_manager:mode=install \
|
||||
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
||||
--build=missing \
|
||||
&& conan install . \
|
||||
-s build_type=Release \
|
||||
-c tools.system.package_manager:mode=install \
|
||||
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
||||
--build=missing
|
||||
|
|
Loading…
Add table
Reference in a new issue