jonnxu commented on a change in pull request #23: integration Googletest
URL: https://github.com/apache/rocketmq-client-cpp/pull/23#discussion_r239681070
##########
File path: build.sh
##########
@@ -231,19 +231,48 @@ function BuildBoost()
fi
}
-function BuildRocketMQClient()
+BuildRocketMQClient()
{
cd ${build_dir}
cmake ..
- make
+ make -j8
if [ $? -ne 0 ];then
exit 1
fi
#sudo make install
PackageRocketMQStatic
}
-function PackageRocketMQStatic()
+BuildGoogleTest()
+{
+ if [ "${need_build_boost}" == "0" ];then
Review comment:
it is need_build_test here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services