[svn-commits] mmichelson: testsuite/bamboo/trunk r835 - /bamboo/trunk/bin/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 15 17:22:43 CST 2010


Author: mmichelson
Date: Mon Nov 15 17:22:41 2010
New Revision: 835

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=835
Log:
Add simple build script for Asterisk SCF on Linux.


Added:
    bamboo/trunk/bin/build-asterisk-scf-linux.sh   (with props)

Added: bamboo/trunk/bin/build-asterisk-scf-linux.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf-linux.sh?view=auto&rev=835
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf-linux.sh (added)
+++ bamboo/trunk/bin/build-asterisk-scf-linux.sh Mon Nov 15 17:22:41 2010
@@ -1,0 +1,19 @@
+# Super simple build script for Asterisk SCF's gitall repo
+
+set -e
+
+# Bamboo will have only cloned the gitall repo itself, so we
+# need to clone the other repos.
+
+./gitall-asterisk-scf.sh
+
+# Everything has been cloned, so let's grab PJPROJECT so that
+# the build will go smoothly.
+
+wget http://www.pjsip.org/release/1.8/pjproject-1.8.tar.bz2
+tar xvjpf pjproject-1.8.tar.bz2
+mv pjproject-1.8 pjproject
+
+# Everything should be in place for a buildy-build.
+./cmake/init-cmake.sh
+cmake --build ./build

Propchange: bamboo/trunk/bin/build-asterisk-scf-linux.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: bamboo/trunk/bin/build-asterisk-scf-linux.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: bamboo/trunk/bin/build-asterisk-scf-linux.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: bamboo/trunk/bin/build-asterisk-scf-linux.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list