Searched defs:build_dir (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/release/
H A Dbuild_llvm_package.bat24 set build_dir=llvm_package_%revision% variable
30 echo Build dir: %build_dir%
34 mkdir %build_dir%
35 cd %build_dir%
/external/fmtlib/support/
H A Dtravis-build.py83 build_dir = os.path.join(fmt_dir, "_build") variable
87 makedirs_if_not_exist(build_dir)
97 common_cmake_flags + extra_cmake_flags, cwd=build_dir)
100 check_call(['make', '-j4'], cwd=build_dir)
105 if call(['make', 'test'], env=env, cwd=build_dir):
111 check_call(['make', 'install'], cwd=build_dir)

Completed in 129 milliseconds