Searched full:build_path (Results 1 – 25 of 51) sorted by relevance
123
20 if [ $BUILD_PATH ];then21 echo "BUILD_PATH = $BUILD_PATH"23 BUILD_PATH=${PROJECT_PATH}/build24 echo "BUILD_PATH = $BUILD_PATH"26 cd ${BUILD_PATH}/mindspore/tests/ut/cpp29 export LD_LIBRARY_PATH=${BUILD_PATH}/mindspore/googletest/googlemock/gtest:${PROJECT_PATH}/mindspor…
19 if [ $BUILD_PATH ];then20 echo "BUILD_PATH = $BUILD_PATH"22 BUILD_PATH=${PROJECT_PATH}/build23 echo "BUILD_PATH = $BUILD_PATH"25 cd ${BUILD_PATH}/mindspore/tests/ut27 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${BUILD_PATH}/third_party/gtest/lib
20 if [ $BUILD_PATH ];then21 echo "BUILD_PATH = $BUILD_PATH"23 BUILD_PATH=${PROJECT_PATH}/build24 echo "BUILD_PATH = $BUILD_PATH"27 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${BUILD_PATH}/third_party/gtest/lib
24 if [[ "${BUILD_PATH}" ]];then25 echo "BUILD_PATH = ${BUILD_PATH}"27 BUILD_PATH="${PROJECT_PATH}/build"28 echo "BUILD_PATH = ${BUILD_PATH}"33 export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_PATH}/third_party/gtest/lib"
4 BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git6 wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \16 …$BUILD_PATH/wasm-torture-/b/build/slave/linux/build/src/src/work/wasm-install/emscripten_config_va…
5 build_path: &build_path 'build/'33 destination: *build_path42 path: *build_path47 destination: *build_path
5 build_path: &build_path 'build/'32 destination: *build_path41 path: *build_path46 destination: *build_path
5 build_path: &build_path 'build/'30 destination: *build_path39 path: *build_path44 destination: *build_path
5 build_path: &build_path 'build/'42 destination: *build_path51 path: *build_path56 destination: *build_path
6 build_path: &build_path 'build/'61 destination: *build_path70 path: *build_path75 destination: *build_path
8 build_path: &build_path 'build\'49 destination: *build_path60 path: *build_path65 destination: *build_path
6 build_path: &build_path 'build\'46 destination: *build_path57 path: *build_path62 destination: *build_path
6 build_path: &build_path 'build\'48 destination: *build_path62 path: *build_path67 destination: *build_path
6 build_path: &build_path 'build\'46 destination: *build_path67 path: *build_path72 destination: *build_path
13 build_path: &build_path 'build\'50 destination: *build_path73 path: *build_path78 destination: *build_path
7 build_path: &build_path 'build\'54 destination: *build_path66 path: *build_path71 destination: *build_path
8 build_path: &build_path 'build\'49 destination: *build_path75 path: *build_path80 destination: *build_path
7 build_path: &build_path 'build/'29 destination: *build_path38 path: *build_path43 destination: *build_path
8 build_path: &build_path 'build/'30 destination: *build_path39 path: *build_path44 destination: *build_path
76 char* build_path = getenv("BUILD_FULL_PATH"); in test_util_get_process_exec_path() local77 if (!build_path) { in test_util_get_process_exec_path()83 int i = strlen(build_path) - 4; in test_util_get_process_exec_path()84 if ((i > 0) && (strcmp(&build_path[i], ".exe") == 0)) in test_util_get_process_exec_path()85 build_path[i] = 0; in test_util_get_process_exec_path()87 expect_equal_str(build_path, path, "util_get_process_name"); in test_util_get_process_exec_path()
19 SET BUILD_PATH=%BASE_PATH%/build45 IF NOT EXIST "%BUILD_PATH%" (48 cd %BUILD_PATH%49 IF NOT EXIST "%BUILD_PATH%/mindspore" (53 cd %BUILD_PATH%/mindspore57 (git log -1 | findstr "^commit") > %BUILD_PATH%\.commit_id
20 export BUILD_PATH="${BASEPATH}/build/"64 cd "${BUILD_PATH}/mindspore"82 mkdir -pv "${BUILD_PATH}/package/mindspore/lib"94 cp -rf ${BUILD_PATH}/package/mindspore/lib ${BASEPATH}/mindspore95 cp -rf ${BUILD_PATH}/package/mindspore/*.so ${BASEPATH}/mindspore