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
952033f409
commit
f232ffb5cc
@ -41,7 +41,7 @@ for ((i = 0; i < ${#service_source_root[*]}; i++)); do
|
|||||||
echo "wait pid: " ${build_pid_array[i]} ${service_names[$i]}
|
echo "wait pid: " ${build_pid_array[i]} ${service_names[$i]}
|
||||||
wait ${build_pid_array[i]}
|
wait ${build_pid_array[i]}
|
||||||
stat=$?
|
stat=$?
|
||||||
echo ${build_pid_array[i]} " " $stat
|
echo ${service_names[$i]} "pid: " ${build_pid_array[i]} "stat: " $stat
|
||||||
if [ $stat == 0 ]
|
if [ $stat == 0 ]
|
||||||
then
|
then
|
||||||
echo -e "${GREEN_PREFIX}${service_names[$i]} successfully be built ${COLOR_SUFFIX}\n"
|
echo -e "${GREEN_PREFIX}${service_names[$i]} successfully be built ${COLOR_SUFFIX}\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user