batch build

This commit is contained in:
skiffer-git 2022-06-10 17:39:58 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 4609675a39
commit 68df4c86ee

View File

@ -39,10 +39,12 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
fi
done
echo "wait all build finish"
for ((i = 0; i < ${#service_source_root[*]}; i++)); do
wait build_pid_array[i]
stat=$?
echo build_pid_array[i] " " $stat
if [ $stat == 0 ]
then
echo "Exit status - $stat"