aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins-build-osmo-nitb.sh
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-09-15 10:21:40 +0100
committerHolger Freyther <holger@freyther.de>2018-09-18 06:29:17 +0000
commitcb132bd79f2176a535d049d7d3b32443b94df6e8 (patch)
tree40219f7ddcd78e2b6093cf646a535bf3f9381bc3 /contrib/jenkins-build-osmo-nitb.sh
parent43857809c1778792cc447fac89c4a0587098234d (diff)
build: Add overload to clone repo and build in subdirectory
To build osmo-nitb we need to clone "openbsc" and then enter the "openbsc" sub-directory. For building "mobile" and "virt_phy" of OsmocomBB we will need to do something similar. Instead of added more hardcoded paths, add a variant that allows to specify the source directory. Change-Id: I67fbd54296f2c68316bf8e89cfeb37d147193d53
Diffstat (limited to 'contrib/jenkins-build-osmo-nitb.sh')
-rwxr-xr-xcontrib/jenkins-build-osmo-nitb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins-build-osmo-nitb.sh b/contrib/jenkins-build-osmo-nitb.sh
index 1e3ecc6..4f81fa8 100755
--- a/contrib/jenkins-build-osmo-nitb.sh
+++ b/contrib/jenkins-build-osmo-nitb.sh
@@ -10,6 +10,6 @@ build_repo libosmo-netif --disable-doxygen
build_repo openggsn
build_repo libsmpp34
build_repo libosmo-sccp
-build_repo openbsc --enable-smpp --enable-osmo-bsc --enable-nat
+build_repo_dir openbsc openbsc --enable-smpp --enable-osmo-bsc --enable-nat
create_bin_tgz "osmo-nitb osmo-bsc_mgcp"