mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
batch build
This commit is contained in:
parent
4609675a39
commit
68df4c86ee
@ -39,10 +39,12 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "wait all build finish"
|
||||||
|
|
||||||
for ((i = 0; i < ${#service_source_root[*]}; i++)); do
|
for ((i = 0; i < ${#service_source_root[*]}; i++)); do
|
||||||
wait build_pid_array[i]
|
wait build_pid_array[i]
|
||||||
stat=$?
|
stat=$?
|
||||||
|
echo build_pid_array[i] " " $stat
|
||||||
if [ $stat == 0 ]
|
if [ $stat == 0 ]
|
||||||
then
|
then
|
||||||
echo "Exit status - $stat"
|
echo "Exit status - $stat"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user