Skip to content
Snippets Groups Projects
Commit 9aaacdc7 authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

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

parents 00a74321 d5f3ec92
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment