Merge "CI: Update buildAsterisk.sh to do a "make full""

This commit is contained in:
Friendly Automation
2020-01-09 14:28:27 -06:00
committed by Gerrit Code Review

View File

@@ -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