autoserve: use 8 concurrent builds
This commit is contained in:
parent
64570de75f
commit
ca21648536
@ -10,7 +10,7 @@ ctrl_c() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
binary_pid=
|
binary_pid=
|
||||||
if make; then
|
if make -j8; then
|
||||||
source devel.env
|
source devel.env
|
||||||
cd build/devel
|
cd build/devel
|
||||||
./$binary_name &
|
./$binary_name &
|
||||||
@ -50,7 +50,7 @@ while true; do
|
|||||||
wait $binary_pid
|
wait $binary_pid
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if make; then
|
if make -j8; then
|
||||||
source devel.env
|
source devel.env
|
||||||
cd build/devel
|
cd build/devel
|
||||||
./$binary_name &
|
./$binary_name &
|
||||||
|
Loading…
Reference in New Issue
Block a user