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
|
||||
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…
x
Reference in New Issue
Block a user