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:
dundargoc
2023-04-07 22:31:04 +02:00
committed by GitHub
parent 2d78e656b7
commit d4398f4021
7 changed files with 12 additions and 16 deletions

View File

@ -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.