Searched full:build_only (Results 1 – 17 of 17) sorted by relevance
12 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"15 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"18 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"22 # WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"26 BUILD_ONLY="true" INTEROP_SERVER="false"29 BUILD_ONLY="true" INTEROP_SERVER="false"32 BUILD_ONLY="true" INTEROP_SERVER="false"34 WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"37 WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"41 BUILD_ONLY="true" INTEROP_SERVER="false"[all …]
33 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only
136 if '--build_only' in extra_args:315 # TODO(jtattermusch): some of the tests are failing, so we force --build_only323 extra_args=extra_args + ['--build_only'],327 # TODO(jtattermusch): some of the tests are failing, so we force --build_only335 extra_args=extra_args + ['--build_only'],366 # TODO(jtattermusch): some of the tests are failing, so we force --build_only375 extra_args=extra_args + ['--build_only'],454 '--build_only',458 help='Pass --build_only flag to run_tests.py instances.')517 if args.build_only:[all …]
15 - `--build_only` Only build, do not run the tests.
1382 '--build_only',1727 build_only=False): argument1739 if build_only:1864 build_only=args.build_only) == 01878 build_only=args.build_only)
36 b) BUILD_ONLY="true";;59 if [[ "${BUILD_ONLY}" != "true" ]]; then89 if [[ "${BUILD_ONLY}" != "true" ]]; then187 if [[ "${BUILD_ONLY}" != "true" ]]; then216 if [[ "${BUILD_ONLY}" != "true" ]]; then
56 …python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8 --compiler corec…62 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
20 python tools/run_tests/run_tests.py -l php7 -c "$CONFIG" --build_only -j 8
29 value: "-f portability linux --inner_jobs 4 -j 4 --internal_ci --build_only"
45 tools/run_tests/run_tests_matrix.py -f linux --inner_jobs 4 -j 4 --internal_ci --build_only
29 value: "-f portability windows --internal_ci --build_only"
32 tools/run_tests/run_tests.py -l python --compiler python2.7 -c opt --build_only
32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only
25 tools/run_tests/run_tests.py -l c++ -c opt --build_only
65 $ python tools/run_tests/run_tests.py -l csharp -c dbg --build_only