build: use doc-only instead of doc
Use `make doc-only` instead of `make doc` where applicable. PR-URL: https://github.com/nodejs/node/pull/16309 Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
c9d5be4af0
commit
d6ba14e5a5
4
Makefile
4
Makefile
@ -208,7 +208,7 @@ else
|
|||||||
test: all
|
test: all
|
||||||
$(MAKE) build-addons
|
$(MAKE) build-addons
|
||||||
$(MAKE) build-addons-napi
|
$(MAKE) build-addons-napi
|
||||||
$(MAKE) doc
|
$(MAKE) doc-only
|
||||||
$(MAKE) cctest
|
$(MAKE) cctest
|
||||||
$(PYTHON) tools/test.py --mode=release -J \
|
$(PYTHON) tools/test.py --mode=release -J \
|
||||||
$(CI_ASYNC_HOOKS) \
|
$(CI_ASYNC_HOOKS) \
|
||||||
@ -388,7 +388,7 @@ test-ci-js: | clear-stalled
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
test-ci: LOGLEVEL := info
|
test-ci: LOGLEVEL := info
|
||||||
test-ci: | clear-stalled build-addons build-addons-napi doc
|
test-ci: | clear-stalled build-addons build-addons-napi doc-only
|
||||||
out/Release/cctest --gtest_output=tap:cctest.tap
|
out/Release/cctest --gtest_output=tap:cctest.tap
|
||||||
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
|
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
|
||||||
--mode=release --flaky-tests=$(FLAKY_TESTS) \
|
--mode=release --flaky-tests=$(FLAKY_TESTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user