Comment why we use Ninja as the generator for CMake

This commit is contained in:
Rangi
2026-06-28 17:38:50 -04:00
parent 22a3625144
commit b252877b05
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@ defaults:
run:
shell: bash
# We use Ninja as the generator for CMake below because it provides synchronous output by default,
# and only shows full command lines when they fail.
jobs:
unix:
strategy: