[Asterisk-code-review] CI: Add install-headers to the install make targets (...asterisk[16])

George Joseph asteriskteam at digium.com
Fri Jul 19 11:05:09 CDT 2019


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/11589 )

Change subject: CI:  Add install-headers to the install make targets
......................................................................

CI:  Add install-headers to the install make targets

The testsuite actually needs the headers installed to run
it's self_test.

Change-Id: Ice41d331131b876ad4a9c056085fe6aac34b32b2
---
M tests/CI/installAsterisk.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Friendly Automation: Verified
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/tests/CI/installAsterisk.sh b/tests/CI/installAsterisk.sh
index 0806566..d84bf3e 100755
--- a/tests/CI/installAsterisk.sh
+++ b/tests/CI/installAsterisk.sh
@@ -16,7 +16,7 @@
 [ $UNINSTALL_ALL -gt 0 ] && ${MAKE} ${destdir} uninstall-all
 
 ${MAKE} ${destdir} install || ${MAKE} ${destdir} NOISY_BUILD=yes install || exit 1
-${MAKE} ${destdir} samples
+${MAKE} ${destdir} samples install-headers
 if [ x"$DESTDIR" != x ] ; then
 	sed -i -r -e "s@\[directories\]\(!\)@[directories]@g" $DESTDIR/etc/asterisk/asterisk.conf
 	sed -i -r -e "s@ /(var|etc|usr)/@ $DESTDIR/\1/@g" $DESTDIR/etc/asterisk/asterisk.conf

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11589
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Ice41d331131b876ad4a9c056085fe6aac34b32b2
Gerrit-Change-Number: 11589
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190719/bb159b53/attachment.html>


More information about the asterisk-code-review mailing list