aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins-build-osmo-nitb.sh
blob: 7eb446d35b5f841abe6512b7fd5966a057f9add0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e -x
base="$PWD"
name="osmo-nitb"
. "$(dirname "$0")/jenkins-build-common.sh"

build_repo libosmocore --disable-doxygen --disable-uring
build_repo libosmo-abis --disable-dahdi
build_repo libosmo-netif --disable-doxygen
build_repo openggsn
build_repo libsmpp34
build_repo libosmo-sccp
build_repo_dir openbsc openbsc --enable-smpp --enable-osmo-bsc --enable-nat

create_bin_tgz "osmo-nitb osmo-bsc_mgcp"