mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.