提交 64e73379 编写于 作者: B Bill Hamilton

Centos: modified eosio_build_centos.sh to run with updated eosio_build.sh variables

上级 a65d5db4
......@@ -199,6 +199,9 @@
. "$FILE"
printf "\\n\\n>>>>>>>> ALL dependencies sucessfully found or installed . Installing EOS.IO\\n\\n"
printf ">>>>>>>> CMAKE_BUILD_TYPE=%s\\n" "${CMAKE_BUILD_TYPE}"
printf ">>>>>>>> ENABLE_COVERAGE_TESTING=%s\\n" "${ENABLE_COVERAGE_TESTING}"
printf ">>>>>>>> DOXYGEN=%s\\n\\n" "${DOXYGEN}"
if [ ! -d "${BUILD_DIR}" ]; then
if ! mkdir -p "${BUILD_DIR}"
......
......@@ -463,6 +463,6 @@ mongodconf
printf "\n\t$( which mongod ) -f ${MONGOD_CONF} &\n"
printf "\tsource /opt/rh/python33/enable\n"
printf '\texport PATH=${HOME}/opt/mongodb/bin:$PATH\n'
printf "\tcd ${HOME}/eos/build; make test\n\n"
printf "\tcd ${BUILD_DIR}; make test\n\n"
return 0
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册