mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci: Run check-single-includes in "lint" build only
This commit is contained in:
parent
05b74399aa
commit
afacda046d
@ -109,10 +109,6 @@ run_oldtests() {
|
||||
check_core_dumps
|
||||
}
|
||||
|
||||
run_single_includes_tests() {
|
||||
${MAKE_CMD} -C "${BUILD_DIR}" check-single-includes
|
||||
}
|
||||
|
||||
install_nvim() {
|
||||
${MAKE_CMD} -C "${BUILD_DIR}" install
|
||||
|
||||
|
@ -10,7 +10,6 @@ source "${CI_DIR}/common/test.sh"
|
||||
check_core_dumps --delete quiet
|
||||
|
||||
prepare_build
|
||||
run_single_includes_tests
|
||||
build_nvim
|
||||
|
||||
if [ "$CLANG_SANITIZER" != "TSAN" ]; then
|
||||
|
4
Makefile
4
Makefile
@ -132,9 +132,9 @@ clint:
|
||||
-DLINT_SUPPRESS_URL="$(DOC_DOWNLOAD_URL_BASE)$(CLINT_ERRORS_FILE_PATH)" \
|
||||
-P cmake/RunLint.cmake
|
||||
|
||||
lint: clint testlint
|
||||
|
||||
check-single-includes: build/.ran-cmake
|
||||
+$(BUILD_CMD) -C build check-single-includes
|
||||
|
||||
lint: check-single-includes clint testlint
|
||||
|
||||
.PHONY: test testlint functionaltest unittest lint clint clean distclean nvim libnvim cmake deps install
|
||||
|
Loading…
Reference in New Issue
Block a user