<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13582">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI: Update buildAsterisk.sh to do a "make full"<br><br>If you do a "make all" when building Asterisk the xml documentation<br>produced will be missing certain AMI events where their<br>documentation is located not at the top of the c source file but<br>embedded further down next to the event's manager_event()<br>registration call.  See main/manager_mwi.c for an example.<br><br>"make full" does produce the correct documentation so we're changing<br>it in the build script.  A separate commit/issue will address the<br>problem with "make all".<br><br>ASTERISK-28507<br>Reported by: David Lee<br><br>Change-Id: I4a22635d6eef99eacecc0efb69e28360eebdb86c<br>---<br>M tests/CI/buildAsterisk.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/13582/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/buildAsterisk.sh b/tests/CI/buildAsterisk.sh</span><br><span>index 3f30d6b..a6d340a 100755</span><br><span>--- a/tests/CI/buildAsterisk.sh</span><br><span>+++ b/tests/CI/buildAsterisk.sh</span><br><span>@@ -178,7 +178,7 @@</span><br><span> fi</span><br><span> </span><br><span> if [ $NO_MAKE -eq 0 ] ; then</span><br><span style="color: hsl(0, 100%, 40%);">-    runner ${MAKE} -j8 || runner ${MAKE} -j1 NOISY_BUILD=yes</span><br><span style="color: hsl(120, 100%, 40%);">+runner ${MAKE} -j8 full || runner ${MAKE} -j1 NOISY_BUILD=yes full</span><br><span> fi</span><br><span> </span><br><span> runner rm -f ${LCOV_DIR}/*.info</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13582">change 13582</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/13582"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I4a22635d6eef99eacecc0efb69e28360eebdb86c </div>
<div style="display:none"> Gerrit-Change-Number: 13582 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>