Skip to content
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

Closed

Conversation

gabrielschulhof
Copy link
Contributor

Checklist

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Mar 27, 2018
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set set

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'oh!

@gabrielschulhof
Copy link
Contributor Author

@bnoordhuis I removed the extra set.

@richardlau
Copy link
Member

Context for anyone else reviewing: nodejs/build#1097

@gabrielschulhof
Copy link
Contributor Author

@gabrielschulhof
Copy link
Contributor Author

I believe these test failures are unrelated.

gabrielschulhof pushed a commit to gabrielschulhof/node that referenced this pull request Apr 4, 2018
RE: nodejs/build#1097
PR-URL: nodejs#19637
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@gabrielschulhof gabrielschulhof deleted the vcbuild-build-addons branch April 4, 2018 17:14
@gabrielschulhof
Copy link
Contributor Author

Landed in a972ed4.

@gabrielschulhof gabrielschulhof restored the vcbuild-build-addons branch April 4, 2018 17:21
@gabrielschulhof
Copy link
Contributor Author

Re-opening in case this needs to remain on the radar for 6.x and 8.x.

targos pushed a commit that referenced this pull request Apr 6, 2018
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>
@gabrielschulhof gabrielschulhof deleted the vcbuild-build-addons branch April 9, 2018 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants