mirror of
https://github.com/gbdev/rgbds.git
synced 2026-07-01 21:48:04 +00:00
Comment why we use Ninja as the generator for CMake
This commit is contained in:
@@ -22,6 +22,9 @@ env:
|
||||
# to prevent divergence between testing and release workflows.
|
||||
DEPS_ROOT_DIR: ~/_deps
|
||||
|
||||
# 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:
|
||||
windows:
|
||||
runs-on: windows-2022
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user