mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +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
|
||||
|
||||
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
|
||||
|
||||
runner rm -f ${LCOV_DIR}/*.info
|
||||
|
Reference in New Issue
Block a user