mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 17:17:21 +00:00
`cmake --preset ci` is equivalent to `cmake -B build -G Ninja -D CI_BUILD=ON` Also remove build presets as they're not very useful without workflow presets, which are only available in schema versions 6 and above.