mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
build: add "ci" configure preset to reduce verbosity
`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.
This commit is contained in:
@@ -254,7 +254,7 @@ For managing includes in C files, use [include-what-you-use].
|
||||
- To see which includes needs fixing use the cmake preset `iwyu`:
|
||||
```
|
||||
cmake --preset iwyu
|
||||
cmake --build --preset iwyu
|
||||
cmake --build build iwyu
|
||||
```
|
||||
- There's also a make target that automatically fixes the suggestions from
|
||||
IWYU:
|
||||
|
||||
Reference in New Issue
Block a user