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

17.2
Friendly Automation 6 years ago committed by Gerrit Code Review
commit f4f4519db6

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

Loading…
Cancel
Save