build: introduce ci targets for lint/benchmark
Introduce two new targets we will populate with actions once merged into all branches we need to support through CI. PR-URL: https://github.com/nodejs/node/pull/5921 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
dabe1d5734
commit
8dcb82db38
6
Makefile
6
Makefile
@ -592,6 +592,8 @@ bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events benc
|
|||||||
|
|
||||||
bench: bench-net bench-http bench-fs bench-tls
|
bench: bench-net bench-http bench-fs bench-tls
|
||||||
|
|
||||||
|
bench-ci: bench
|
||||||
|
|
||||||
bench-http-simple:
|
bench-http-simple:
|
||||||
benchmark/http_simple_bench.sh
|
benchmark/http_simple_bench.sh
|
||||||
|
|
||||||
@ -638,10 +640,12 @@ lint:
|
|||||||
"$ git clone https://github.com/nodejs/node.git"
|
"$ git clone https://github.com/nodejs/node.git"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
lint-ci: lint
|
||||||
|
|
||||||
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
|
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
|
||||||
check uninstall install install-includes install-bin all staticlib \
|
check uninstall install install-includes install-bin all staticlib \
|
||||||
dynamiclib test test-all test-addons build-addons website-upload pkg \
|
dynamiclib test test-all test-addons build-addons website-upload pkg \
|
||||||
blog blogclean tar binary release-only bench-http-simple bench-idle \
|
blog blogclean tar binary release-only bench-http-simple bench-idle \
|
||||||
bench-all bench bench-misc bench-array bench-buffer bench-net \
|
bench-all bench bench-misc bench-array bench-buffer bench-net \
|
||||||
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
|
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
|
||||||
test-v8-benchmarks test-v8-all v8
|
test-v8-benchmarks test-v8-all v8 lint-ci bench-ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user