]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CI: Update buildAsterisk.sh to do a "make full"
authorGeorge Joseph <gjoseph@digium.com>
Wed, 8 Jan 2020 18:11:26 +0000 (11:11 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 8 Jan 2020 18:17:42 +0000 (12:17 -0600)
commit4cf32f2578cc65360ae951bd607a842694037876
treeb2937b14cbc630c41344ae632608fad2465d82c5
parent324a6098e6dbd48ea41f56367fc021dc1aaeb69f
CI: Update buildAsterisk.sh to do a "make full"

If you do a "make all" when building Asterisk the xml documentation
produced will be missing certain AMI events where their
documentation is located not at the top of the c source file but
embedded further down next to the event's manager_event()
registration call.  See main/manager_mwi.c for an example.

"make full" does produce the correct documentation so we're changing
it in the build script.  A separate commit/issue will address the
problem with "make all".

ASTERISK-28507
Reported by: David Lee

Change-Id: I4a22635d6eef99eacecc0efb69e28360eebdb86c
tests/CI/buildAsterisk.sh