Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 132acea

Browse filesBrowse 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
Copy full SHA for 132acea

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+5-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.