Skip to content

Commit a972ed4

Browse files
author
Gabriel Schulhof
committed
build: allow vcbuild to merely build addon tests
RE: nodejs/build#1097 PR-URL: #19637 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 3567ea0 commit a972ed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vcbuild.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
7272
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
7373
if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set lint_js=1&goto arg-ok
7474
if /i "%1"=="test-ci" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %common_test_suites%&set cctest_args=%cctest_args% --gtest_output=tap:cctest.tap&goto arg-ok
75+
if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
76+
if /i "%1"=="build-addons-napi" set build_addons_napi=1&goto arg-ok
7577
if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok
7678
if /i "%1"=="test-addons-napi" set test_args=%test_args% addons-napi&set build_addons_napi=1&goto arg-ok
7779
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok

0 commit comments

Comments
 (0)