mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
ci: don't automatically enable -Werror on CI environments
This catches downstream consumers of neovim off guard when using neovim in an esoteric environment not tested in our own CI. Closes https://github.com/neovim/neovim/issues/22932
This commit is contained in:
@ -14,7 +14,7 @@ freebsd_task:
|
||||
build_deps_script:
|
||||
- gmake deps
|
||||
build_script:
|
||||
- gmake nvim
|
||||
- gmake CMAKE_EXTRA_FLAGS="-DCI_BUILD=ON" nvim
|
||||
workaround_script:
|
||||
# Run tests as user "cirrus" instead of root. This is required for the
|
||||
# permission-related tests to work correctly.
|
||||
|
Reference in New Issue
Block a user