Lines Matching defs:build
104 if /i "%1"=="build-addons" set build_addons=1&goto arg-ok
105 if /i "%1"=="build-js-native-api-tests" set build_js_native_api_tests=1&goto arg-ok
106 if /i "%1"=="build-node-api-tests" set build_node_api_tests=1&goto arg-ok
131 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
136 if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok
232 if errorlevel 1 echo Could not find NASM, install it or build with openssl-no-asm. See BUILDING.md.
242 if defined noprojgen if defined nobuild goto :after-build
376 @rem Skip build if requested.
377 if defined nobuild goto :after-build
392 @rem Setup env variables to use multiprocessor build
403 :after-build
405 if errorlevel 1 echo "Old build output exists at 'out\%config%'. Please remove." & exit /B
597 :build-doc
615 if not defined build_addons goto build-js-native-api-tests
618 goto build-js-native-api-tests
631 "%node_exe%" "%~dp0tools\build-addons.mjs" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\addons"
635 :build-js-native-api-tests
636 if not defined build_js_native_api_tests goto build-node-api-tests
639 goto build-node-api-tests
649 "%node_exe%" "%~dp0tools\build-addons.mjs" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\js-native-api"
652 goto build-node-api-tests
654 :build-node-api-tests
668 "%node_exe%" "%~dp0tools\build-addons.mjs" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\node-api"
700 if not exist "%config%\cctest.exe" echo cctest.exe not found. Run "vcbuild test" or "vcbuild cctest" to build it. && goto run-test-py
731 if not defined lint_js goto lint-md-build
735 goto lint-md-build
740 goto lint-md-build
742 :lint-md-build
782 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] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [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]
784 echo vcbuild.bat : builds release build
785 echo vcbuild.bat debug : builds debug build
786 echo vcbuild.bat release msi : builds release build and MSI installer package
787 echo vcbuild.bat test : builds debug build and runs tests
788 echo vcbuild.bat build-release : builds the release distribution as used by nodejs.org