File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
84
84
if /i " %1 " == " ltcg" set ltcg = 1& goto arg-ok
85
85
if /i " %1 " == " licensertf" set licensertf = 1& goto arg-ok
86
86
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
88
89
if /i " %1 " == " build-addons" set build_addons = 1& goto arg-ok
89
90
if /i " %1 " == " build-js-native-api-tests" set build_js_native_api_tests = 1& goto arg-ok
90
91
if /i " %1 " == " build-node-api-tests" set build_node_api_tests = 1& goto arg-ok
@@ -680,7 +681,7 @@ del .used_configure_flags
680
681
goto exit
681
682
682
683
: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]
684
685
echo Examples:
685
686
echo vcbuild.bat : builds release build
686
687
echo vcbuild.bat debug : builds debug build
You can’t perform that action at this time.
0 commit comments