Lines Matching full:build

35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"
157 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
160 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
167 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
170 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
211 …="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
217 …OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
253 echo "Cannot find build directory: ${builddir}"
388 docker_build_args+=("--build-arg" "$arg")
401 --exclude=build \
409 --exclude=build \
416 docker build -t "${otbr_docker_image}" -f etc/docker/Dockerfile . \
418 --build-arg OTBR_OPTIONS="${otbr_options[*]}"
506 …OT_BUILDDIR The output directory for cmake build. By default the directory is './build'. For e…
507 'OT_BUILDDIR=\${PWD}/my_awesome_build ./script/test clean build'.
508 VERBOSE 1 to build or test verbosely. The default is 0.
512 … INTER_OP 1 to build 1.1 together. Only works when THREAD_VERSION is 1.4. The default is 0.
513 …INTER_OP_BBR 1 to build bbr version together. Only works when THREAD_VERSION is 1.4. The defaul…
516 clean Clean built files to prepare for new build.
517build Build project for running tests. This can be used to rebuild the project for chang…
518 … Run a single thread-cert test. ENVIRONMENTS should be the same as those given to build or update.
526 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
530 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
534 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
538 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
542 …THREAD_VERSION=1.1 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_Router…
546 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/v1_2_test_enhanced_keep_alive.py
547 INTER_OP=1 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/v1_2_router_5_1_1.py
548 INTER_OP=1 VIRTUAL_TIME=0 $0 clean build cert_suite tests/scripts/thread-cert/v1_2_*
551 $0 clean build expect tests/scripts/expect/cli-log-level.exp
554 $0 clean build expect
703 build)