[CI] Use ninja for cmake builds
This commit is contained in:
@@ -160,9 +160,7 @@ def pipeline_linux_desktop(name, image, arch, cc, build_release_all):
|
|||||||
for c in Debug Release
|
for c in Debug Release
|
||||||
do
|
do
|
||||||
mkdir cmake-$c
|
mkdir cmake-$c
|
||||||
cd cmake-$c
|
cmake -S . -B cmake-$c -G Ninja -DCMAKE_BUILD_TYPE=$c
|
||||||
cmake -DCMAKE_BUILD_TYPE=$c ..
|
|
||||||
cd ..
|
|
||||||
done
|
done
|
||||||
'''.format(cc),
|
'''.format(cc),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user