-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: allow vcbuild to merely build addon tests #19637
build: allow vcbuild to merely build addon tests #19637
Conversation
0d0bfb6
to
0c452ed
Compare
vcbuild.bat
Outdated
@@ -72,6 +72,8 @@ if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok | |||
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok | |||
if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set lint_js=1&goto arg-ok | |||
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 | |||
if /i "%1"=="build-addons" set set build_addons=1&goto arg-ok | |||
if /i "%1"=="build-addons-napi" set set build_addons_napi=1&goto arg-ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'oh!
0c452ed
to
453026c
Compare
@bnoordhuis I removed the extra |
Context for anyone else reviewing: nodejs/build#1097 |
I believe these test failures are unrelated. |
RE: nodejs/build#1097 PR-URL: nodejs#19637 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
Landed in a972ed4. |
Re-opening in case this needs to remain on the radar for 6.x and 8.x. |
RE: nodejs/build#1097 PR-URL: #19637 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
Checklist