From c55ebd8502352c6405bfd8c3b356285ccdd242fd Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Tue, 18 Sep 2018 14:57:05 -0400 Subject: build: make config verbose on CI PR-URL: https://github.com/nodejs/node/pull/22935 Reviewed-By: Richard Lau Reviewed-By: Joyee Cheung Reviewed-By: James M Snell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab537289b4..74f3067025 100644 --- a/Makefile +++ b/Makefile @@ -476,7 +476,7 @@ test-ci: | clear-stalled build-addons build-addons-napi doc-only # Prepare the build for running the tests. # Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned build-ci: - $(PYTHON) ./configure $(CONFIG_FLAGS) + $(PYTHON) ./configure --verbose $(CONFIG_FLAGS) $(MAKE) .PHONY: run-ci -- cgit v1.2.3