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 3f75751

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 c6ac6f2 commit 3f75751
Copy full SHA for 3f75751

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.