Lines Matching defs:node

19 set NATIVE_SUITES=addons js-native-api node-api

106 if /i "%1"=="build-node-api-tests" set build_node_api_tests=1&goto arg-ok
110 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto arg-ok
120 if /i "%1"=="test-node-inspect" set test_node_inspect=1&goto arg-ok
155 if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:%config%\node.binlog&goto arg-ok
184 set "node_exe=%config%\node.exe"
185 set "node_gyp_exe="%node_exe%" deps\npm\node_modules\node-gyp\bin\node-gyp"
204 if defined no_NODE_OPTIONS set configure_flags=%configure_flags% --without-node-options
339 echo https://github.com/nodejs/node/blob/HEAD/BUILDING.md#windows
349 if not exist node.sln goto run-configure
369 if not exist node.sln goto create-msvs-files-failed
386 if defined no_cctest set target=node
387 if "%test_args%"=="" set target=node
390 if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
396 msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoItemAndPropertyList;Verbosity=minimal /nologo %extra_msbuild_args%
414 call tools\sign.bat Release\node.exe
423 set "x64_node_exe=temp-vcbuild\node-x64-cross-compiling.exe"
427 echo Downloading x64 node.exe...
429 powershell -c "Invoke-WebRequest -Uri 'https://nodejs.org/dist/latest/win-x64/node.exe' -OutFile '%x64_node_exe%'"
452 copy /Y node.exe %TARGET_NAME%\ > nul
453 if errorlevel 1 echo Cannot copy node.exe && goto package_error
496 copy /Y node.def %TARGET_NAME%\Release\ > nul
497 if errorlevel 1 echo Cannot copy node.def && goto package_error
521 7z a -mx9 -t7z node_pdb.7z node.pdb > nul
525 7z a -mx9 -tzip node_pdb.zip node.pdb > nul
540 echo Building node-v%FULLVERSION%-%target_arch%.msi
547 call tools\sign.bat node-v%FULLVERSION%-%target_arch%.msi
559 if not defined STAGINGSERVER set STAGINGSERVER=node-www
562 scp -F %SSHCONFIG% Release\node.exe %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node.exe
564 scp -F %SSHCONFIG% Release\node.lib %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%/node.lib
574 scp -F %SSHCONFIG% node-v%FULLVERSION%-%target_arch%.msi %STAGINGSERVER%:nodejs/%DISTTYPEDIR%/v%FULLVERSION%/
576 ssh -F %SSHCONFIG% %STAGINGSERVER% "touch nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.msi.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/%TARGET_NAME%.zip.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/%TARGET_NAME%.7z.done nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%.done && chmod -R ug=rw-x+X,o=r+X nodejs/%DISTTYPEDIR%/v%FULLVERSION%/node-v%FULLVERSION%-%target_arch%.* nodejs/%DISTTYPEDIR%/v%FULLVERSION%/win-%target_arch%*"
601 echo Failed to find node.exe
609 %node_exe% tools\doc\generate.mjs --node-version=v%FULLVERSION% %%F --output-directory=%%~dF%%~pF
617 echo Failed to find node.exe
631 "%node_exe%" "%~dp0tools\build-addons.mjs" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\addons"
636 if not defined build_js_native_api_tests goto build-node-api-tests
638 echo Failed to find node.exe
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
657 echo Failed to find node.exe
660 echo Building node-api
662 for /d %%F in (test\node-api\??_*) do (
665 :: building node-api
668 "%node_exe%" "%~dp0tools\build-addons.mjs" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\node-api"
674 if defined test_check_deopts goto node-check-deopts
675 if defined test_node_inspect goto node-test-inspect
676 goto node-tests
678 :node-check-deopts
680 if defined test_node_inspect goto node-test-inspect
681 goto node-tests
683 :node-test-inspect
685 %node_exe% tools\test-npm-package.js --install deps\node-inspect test
686 goto node-tests
688 :node-tests
690 set npm_test_cmd="%node_exe%" tools\test-npm-package.js --install --logfile=test-npm.tap deps\npm test-node
739 echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git
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]
848 set TARGET_NAME=node-v%FULLVERSION%-win-%target_arch%