batch build

pull/455/head
skiffer-git 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 4609675a39
commit 68df4c86ee

@ -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"

Loading…
Cancel
Save