Skip to content

Commit d66c7e3

Browse files
committed
1 parent e356807 commit d66c7e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vcbuild.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
8484
if /i "%1"=="ltcg" set ltcg=1&goto arg-ok
8585
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
8686
if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
87-
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=xml:out\junit\cctest.xml&goto arg-ok
87+
:: test-ci is deprecated
88+
if /i "%1"=="test-ci" goto arg-ok
8889
if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
8990
if /i "%1"=="build-js-native-api-tests" set build_js_native_api_tests=1&goto arg-ok
9091
if /i "%1"=="build-node-api-tests" set build_node_api_tests=1&goto arg-ok
@@ -680,7 +681,7 @@ del .used_configure_flags
680681
goto exit
681682

682683
:help
683-
echo vcbuild.bat [debug/release] [msi] [doc] [test/test-ci/test-all/test-addons/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64] [vs2017] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-js-ci/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
684+
echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64] [vs2017] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-js-ci/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
684685
echo Examples:
685686
echo vcbuild.bat : builds release build
686687
echo vcbuild.bat debug : builds debug build

0 commit comments

Comments
 (0)