Skip to content

Commit 132acea

Browse files
jbergstroemMyles Borins
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 <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>
1 parent fe0233b commit 132acea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ bench-all: bench bench-misc bench-array bench-buffer bench-url bench-events
508508

509509
bench: bench-net bench-http bench-fs bench-tls
510510

511+
bench-ci: bench
512+
511513
bench-http-simple:
512514
benchmark/http_simple_bench.sh
513515

@@ -547,9 +549,11 @@ cpplint:
547549

548550
lint: jslint cpplint
549551

552+
lint-ci: lint
553+
550554
.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
551555
check uninstall install install-includes install-bin all staticlib \
552556
dynamiclib test test-all test-addons build-addons website-upload pkg \
553557
blog blogclean tar binary release-only bench-http-simple bench-idle \
554558
bench-all bench bench-misc bench-array bench-buffer bench-net \
555-
bench-http bench-fs bench-tls cctest run-ci
559+
bench-http bench-fs bench-tls cctest run-ci lint-ci bench-ci

0 commit comments

Comments
 (0)