Home
last modified time | relevance | path

Searched refs:BUILD_DIR (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dbuild-docs.sh24 BUILD_DIR="${SCRIPT_DIR}/build"
54 --build-dir=[PATH] Path to build directory. Default: ${BUILD_DIR}
111 sphinx-build ${build_options} -b html "${src_dir}" "${BUILD_DIR}/${target}-html"
116 sphinx-build ${build_options} -b markdown "${src_dir}" "${BUILD_DIR}/${target}-md"
117 python3 "${SCRIPT_DIR}/merge_markdown.py" "${SCRIPT_DIR}" "${target}" "${BUILD_DIR}"
121 local build_dir_latex="${BUILD_DIR}/${target}-latex"
125 mv *.pdf "${BUILD_DIR}"
132 echo "Detected ARTIFACTS_DIR, BUILD_DIR will be set to ${ARTIFACTS_DIR}"
133 BUILD_DIR="${ARTIFACTS_DIR}"
144 BUILD_DIR
[all...]
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
H A Dlocal_intrusive_testing.sh108 BUILD_DIR=$ARTIFACTS_DIR/build
110 CLADE_DIR=$BUILD_DIR/clade
111 if ! mkdir -p "${BUILD_DIR}"; then
112 echo "Cannot create build directory ${BUILD_DIR}"
116 cd "$BUILD_DIR"
/arkcompiler/runtime_core/static_core/scripts/llvm/
H A Dbuild_llvm.sh18 BUILD_DIR=${BUILD_DIR:-""}
50 if [[ -z "${BUILD_DIR}" ]]; then
51 echo "Please, specify build directory with BUILD_DIR variable"
124 BUILD_PREFIX="${BUILD_DIR}/${INSTALL_DIR_NAME}"
169 BUILD_PREFIX="${BUILD_DIR}/${INSTALL_DIR_NAME}"
215 BUILD_PREFIX="${BUILD_DIR}/${INSTALL_DIR_NAME}"
260 BUILD_PREFIX="${BUILD_DIR}/${INSTALL_DIR_NAME}"
305 BUILD_PREFIX="${BUILD_DIR}/${INSTALL_DIR_NAME}"
344 BUILD_PREFIX="${BUILD_DIR}/
[all...]

Completed in 2 milliseconds