Skip to content

Commit 8dcb82d

Browse files
jbergstroemjasnell
authored andcommitted
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: #5921 Reviewed-By: Brian White <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: João Reis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent dabe1d5 commit 8dcb82d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@ bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events benc
592592

593593
bench: bench-net bench-http bench-fs bench-tls
594594

595+
bench-ci: bench
596+
595597
bench-http-simple:
596598
benchmark/http_simple_bench.sh
597599

@@ -638,10 +640,12 @@ lint:
638640
"$ git clone https://github.com/nodejs/node.git"
639641
endif
640642

643+
lint-ci: lint
644+
641645
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
642646
check uninstall install install-includes install-bin all staticlib \
643647
dynamiclib test test-all test-addons build-addons website-upload pkg \
644648
blog blogclean tar binary release-only bench-http-simple bench-idle \
645649
bench-all bench bench-misc bench-array bench-buffer bench-net \
646650
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
647-
test-v8-benchmarks test-v8-all v8
651+
test-v8-benchmarks test-v8-all v8 lint-ci bench-ci

0 commit comments

Comments
 (0)