Lines Matching defs:arg
78 :next-arg
80 if /i "%1"=="debug" set config=Debug&goto arg-ok
81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
82 if /i "%1"=="clean" set target=Clean&goto arg-ok
83 if /i "%1"=="testclean" set target=TestClean&goto arg-ok
84 if /i "%1"=="ia32" set target_arch=x86&goto arg-ok
85 if /i "%1"=="x86" set target_arch=x86&goto arg-ok
86 if /i "%1"=="x64" set target_arch=x64&goto arg-ok
87 if /i "%1"=="arm64" set target_arch=arm64&goto arg-ok
88 if /i "%1"=="vs2019" set target_env=vs2019&goto arg-ok
89 if /i "%1"=="vs2022" set target_env=vs2022&goto arg-ok
90 if /i "%1"=="noprojgen" set noprojgen=1&goto arg-ok
91 if /i "%1"=="projgen" set projgen=1&goto arg-ok
92 if /i "%1"=="nobuild" set nobuild=1&goto arg-ok
93 if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer signs by default. "nosign" is redundant.&goto arg-ok
94 if /i "%1"=="sign" set sign=1&goto arg-ok
95 if /i "%1"=="nosnapshot" set nosnapshot=1&goto arg-ok
96 if /i "%1"=="nonpm" set nonpm=1&goto arg-ok
97 if /i "%1"=="nocorepack" set nocorepack=1&goto arg-ok
98 if /i "%1"=="noetw" set noetw=1&goto arg-ok
99 if /i "%1"=="ltcg" set ltcg=1&goto arg-ok
100 if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
101 if /i "%1"=="test" set test_args=%test_args% %common_test_suites%&set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
102 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_NATIVE_SUITES% %CI_DOC%&set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1&set cctest_args=%cctest_args% --gtest_output=xml:cctest.junit.xml&goto arg-ok
103 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_JS_SUITES%&set no_cctest=1&goto arg-ok
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
107 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok
108 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
109 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
110 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto arg-ok
111 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok
112 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel&goto arg-ok
113 if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
114 if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto arg-ok
115 if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok
116 if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok
117 if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok
118 if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok
119 if /i "%1"=="test-all" set test_args=%test_args% gc internet pummel %common_test_suites%&set lint_cpp=1&set lint_js=1&goto arg-ok
120 if /i "%1"=="test-node-inspect" set test_node_inspect=1&goto arg-ok
121 if /i "%1"=="test-check-deopts" set test_check_deopts=1&goto arg-ok
122 if /i "%1"=="test-npm" set test_npm=1&goto arg-ok
123 if /i "%1"=="test-v8" set test_v8=1&set custom_v8_test=1&goto arg-ok
124 if /i "%1"=="test-v8-intl" set test_v8_intl=1&set custom_v8_test=1&goto arg-ok
125 if /i "%1"=="test-v8-benchmarks" set test_v8_benchmarks=1&set custom_v8_test=1&goto arg-ok
126 if /i "%1"=="test-v8-all" set test_v8=1&set test_v8_intl=1&set test_v8_benchmarks=1&set custom_v8_test=1&goto arg-ok
127 if /i "%1"=="lint-cpp" set lint_cpp=1&goto arg-ok
128 if /i "%1"=="lint-js" set lint_js=1&goto arg-ok
129 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
130 if /i "%1"=="lint-md" set lint_md=1&goto arg-ok
131 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
132 if /i "%1"=="lint" set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
133 if /i "%1"=="lint-ci" set lint_cpp=1&set lint_js_ci=1&goto arg-ok
134 if /i "%1"=="package" set package=1&goto arg-ok
135 if /i "%1"=="msi" set msi=1&set licensertf=1&set download_arg="--download=all"&set i18n_arg=full-icu&goto arg-ok
136 if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok
137 if /i "%1"=="upload" set upload=1&goto arg-ok
138 if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok
139 if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok
140 if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok
141 if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
142 if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
143 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
144 if /i "%1"=="dll" set dll=1&goto arg-ok
145 if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok
146 if /i "%1"=="static" set enable_static=1&goto arg-ok
147 if /i "%1"=="no-NODE-OPTIONS" set no_NODE_OPTIONS=1&goto arg-ok
148 if /i "%1"=="debug-nghttp2" set debug_nghttp2=1&goto arg-ok
149 if /i "%1"=="link-module" set "link_module= --link-module=%2%link_module%"&goto arg-ok-2
150 if /i "%1"=="no-cctest" set no_cctest=1&goto arg-ok
151 if /i "%1"=="cctest" set cctest=1&goto arg-ok
152 if /i "%1"=="openssl-no-asm" set openssl_no_asm=1&goto arg-ok
153 if /i "%1"=="no-shared-roheap" set no_shared_roheap=1&goto arg-ok
154 if /i "%1"=="doc" set doc=1&goto arg-ok
155 if /i "%1"=="binlog" set extra_msbuild_args=/binaryLogger:%config%\node.binlog&goto arg-ok
160 :arg-ok-2
162 :arg-ok
164 goto next-arg