File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
99
99
if /i " %1 " == " build-js-native-api-tests" set build_js_native_api_tests = 1& goto arg-ok
100
100
if /i " %1 " == " build-node-api-tests" set build_node_api_tests = 1& goto arg-ok
101
101
if /i " %1 " == " test-addons" set test_args = %test_args% addons& set build_addons=1& goto arg-ok
102
+ if /i " %1 " == " test-doc" set test_args = %test_args% %CI_DOC% & set doc=1&& set lint_js=1& set lint_md=1& goto arg-ok
102
103
if /i " %1 " == " test-js-native-api" set test_args = %test_args% js-native-api& set build_js_native_api_tests=1& goto arg-ok
103
104
if /i " %1 " == " test-node-api" set test_args = %test_args% node-api& set build_node_api_tests=1& goto arg-ok
104
105
if /i " %1 " == " test-benchmark" set test_args = %test_args% benchmark& goto arg-ok
@@ -683,7 +684,7 @@ set exit_code=1
683
684
goto exit
684
685
685
686
:help
686
- 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/arm64] [vs2019] [download-all] [lint/lint-ci/lint-js/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] [experimental-quic]
687
+ echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/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/arm64] [vs2019] [download-all] [lint/lint-ci/lint-js/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] [experimental-quic]
687
688
echo Examples:
688
689
echo vcbuild.bat : builds release build
689
690
echo vcbuild.bat debug : builds debug build
You can’t perform that action at this time.
0 commit comments