aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_lc15.sh
blob: feef3027c63d9f85baeeb0a3f191f2df34a771cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
# jenkins build helper script for osmo-bts-lc15

# shellcheck source=contrib/jenkins_common.sh
. $(dirname "$0")/jenkins_common.sh

osmo-build-dep.sh libosmocore

export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"

osmo-build-dep.sh libosmo-abis

cd "$deps"
osmo-layer1-headers.sh lc15 "$FIRMWARE_VERSION"

configure_flags="--with-litecell15=$deps/layer1-headers/inc/ --enable-litecell15"

build_bts "osmo-bts-lc15" "$configure_flags"

osmo-clean-workspace.sh