batch build

This commit is contained in:
skiffer-git 2022-06-10 18:11:46 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent ad5d32538c
commit 05e378fe37

View File

@ -45,7 +45,7 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
if [ $stat == 0 ]
then
echo -e "${GREEN_PREFIX}${service_names[$i]} successfully be built ${COLOR_SUFFIX}\n"
success_num = $success_num +1
success_num=$success_num+1
else
echo -e "${RED_PREFIX}${service_names[$i]} build failed ${COLOR_SUFFIX}\n"