Lines Matching refs:tools

227 call tools\msvs\find_python.cmd

231 if not defined openssl_no_asm if "%target_arch%" NEQ "arm64" call tools\msvs\find_nasm.cmd
264 call tools\msvs\vswhere_usability_wrapper.cmd "[17.0,18.0)" %target_arch% "prerelease"
304 call tools\msvs\vswhere_usability_wrapper.cmd "[16.0,17.0)" %target_arch% "prerelease"
414 call tools\sign.bat Release\node.exe
436 %x64_node_exe% tools\license2rtf.mjs < LICENSE > %config%\license.rtf
438 %node_exe% tools\license2rtf.mjs < LICENSE > %config%\license.rtf
483 copy /Y ..\tools\msvs\nodevars.bat %TARGET_NAME%\ > nul
485 copy /Y ..\tools\msvs\install_tools\*.* %TARGET_NAME%\ > nul
500 python ..\tools\install.py install %CD%\%TARGET_NAME% \ > nul
547 call tools\sign.bat node-v%FULLVERSION%-%target_arch%.msi
586 if exist "tools\doc\node_modules\unified\package.json" goto skip-install-doctools
588 cd tools\doc
609 %node_exe% tools\doc\generate.mjs --node-version=v%FULLVERSION% %%F --output-directory=%%~dF%%~pF
626 "%node_exe%" tools\doc\addon-verify.mjs
679 python tools\test.py --mode=release --check-deopts parallel sequential
685 %node_exe% tools\test-npm-package.js --install deps\node-inspect test
690 set npm_test_cmd="%node_exe%" tools\test-npm-package.js --install --logfile=test-npm.tap deps\npm test-node
705 echo running 'python tools\test.py %test_args%'
706 python tools\test.py %test_args%
712 call tools/test-v8.bat
732 if not exist tools\node_modules\eslint goto no-lint
734 %node_exe% tools\node_modules\eslint\bin\eslint.js --cache --max-warnings=0 --report-unused-disable-directives --rule "linebreak-style: 0" .eslintrc.js benchmark doc lib test tools
757 %node_exe% tools\lint-md\lint-md.mjs %lint_md_files%
771 %node_exe% tools\lint-md\lint-md.mjs --format %lint_md_files%