mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 05:06:38 +00:00
Merge "CI: Update buildAsterisk.sh to do a "make full""
This commit is contained in:
@@ -165,7 +165,7 @@ if [ $NO_MENUSELECT -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $NO_MAKE -eq 0 ] ; then
|
if [ $NO_MAKE -eq 0 ] ; then
|
||||||
runner ${MAKE} -j8 || runner ${MAKE} -j1 NOISY_BUILD=yes
|
runner ${MAKE} -j8 full || runner ${MAKE} -j1 NOISY_BUILD=yes full
|
||||||
fi
|
fi
|
||||||
|
|
||||||
runner rm -f ${LCOV_DIR}/*.info
|
runner rm -f ${LCOV_DIR}/*.info
|
||||||
|
Reference in New Issue
Block a user