[svn-commits] tilghman: testsuite/bamboo/trunk r801 - /bamboo/trunk/bin/build-asterisk.sh
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Oct 8 12:28:06 CDT 2010
Author: tilghman
Date: Fri Oct 8 12:28:04 2010
New Revision: 801
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=801
Log:
Also build addons with branches 14 and 162
Modified:
bamboo/trunk/bin/build-asterisk.sh
Modified: bamboo/trunk/bin/build-asterisk.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk.sh?view=diff&rev=801&r1=800&r2=801
==============================================================================
--- bamboo/trunk/bin/build-asterisk.sh (original)
+++ bamboo/trunk/bin/build-asterisk.sh Fri Oct 8 12:28:04 2010
@@ -197,6 +197,16 @@
echo "*** Installing Asterisk and Sample Configuration ***"
WGET_EXTRA_ARGS=--quiet ${MAKE} install
${MAKE} samples
+
+if [ $"{PLAN}" = "AST-14" ]; then
+ svn co http://svn.digium.com/svn/asterisk-addons/branches/1.4 addons
+ ( cd addons ; ./configure ; make ; make install ; make samples )
+fi
+
+if [ $"{PLAN}" = "AST-162" ]; then
+ svn co http://svn.digium.com/svn/asterisk-addons/branches/1.6.2 addons
+ ( cd addons ; ./configure ; make ; make install ; make samples )
+fi
if [ "${UNIT_TESTS}" = "yes" ] ; then
killall_asterisk
More information about the svn-commits
mailing list