[CI] Use ninja for cmake builds

This commit is contained in:
Joel Linn 2022-07-16 01:57:25 +02:00 committed by Rick Gibbed
parent b3a00d0368
commit 92db8f65b7
1 changed files with 1 additions and 3 deletions

View File

@ -160,9 +160,7 @@ def pipeline_linux_desktop(name, image, arch, cc, build_release_all):
for c in Debug Release
do
mkdir cmake-$c
cd cmake-$c
cmake -DCMAKE_BUILD_TYPE=$c ..
cd ..
cmake -S . -B cmake-$c -G Ninja -DCMAKE_BUILD_TYPE=$c
done
'''.format(cc),
],