Skip to content

Commit 3f75751

Browse files
jbergstroemMyles Borins
authored and
Myles Borins
committed
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 c6ac6f2 commit 3f75751

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
@@ -581,6 +581,8 @@ bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events benc
581581

582582
bench: bench-net bench-http bench-fs bench-tls
583583

584+
bench-ci: bench
585+
584586
bench-http-simple:
585587
benchmark/http_simple_bench.sh
586588

@@ -620,10 +622,12 @@ cpplint:
620622

621623
lint: jslint cpplint
622624

625+
lint-ci: lint
626+
623627
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
624628
check uninstall install install-includes install-bin all staticlib \
625629
dynamiclib test test-all test-addons build-addons website-upload pkg \
626630
blog blogclean tar binary release-only bench-http-simple bench-idle \
627631
bench-all bench bench-misc bench-array bench-buffer bench-net \
628632
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
629-
test-v8-benchmarks test-v8-all v8
633+
test-v8-benchmarks test-v8-all v8 lint-ci bench-ci

0 commit comments

Comments
 (0)