blob: 7349ce59c882fb7f31dcf76973c3064f04748c21 [file] [log] [blame]
Neels Hofmeyrd46ea132017-04-08 15:56:31 +02001#!/bin/sh
Neels Hofmeyr53e758a2017-05-29 22:53:34 +02002set -e -x
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +02003base="$PWD"
Pau Espin Pedrolcfac9932017-09-13 18:05:13 +02004name="osmo-bts"
Neels Hofmeyr53e758a2017-05-29 22:53:34 +02005. "$(dirname "$0")/jenkins-build-common.sh"
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +02006
7# for gsm_data_shared.*
8have_repo openbsc
Pau Espin Pedrolcfac9932017-09-13 18:05:13 +02009have_repo octphy-2g-headers
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020010
Pau Espin Pedrole5b03662017-07-06 17:14:46 +020011build_repo libosmocore --disable-doxygen
Neels Hofmeyr53e758a2017-05-29 22:53:34 +020012build_repo libosmo-abis
Pau Espin Pedrolcfac9932017-09-13 18:05:13 +020013build_repo osmo-bts --enable-trx --with-openbsc=$base/openbsc/openbsc/include --enable-octphy --with-octsdr-2g=$base/octphy-2g-headers
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020014
Pau Espin Pedrolcfac9932017-09-13 18:05:13 +020015create_bin_tgz osmo-bts-trx osmo-bts-octphy