contrib: Add jenkins-build-osmocom-bb.sh to build osmocon

Change-Id: Ic5b29951d3fd143dce5826138c84301a9797b1ef
This commit is contained in:
Pau Espin 2018-05-17 18:06:47 +02:00
parent 1828d352c1
commit f4406b2b22
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
#!/bin/sh
set -e -x
base="$PWD"
name="osmocom-bb"
. "$(dirname "$0")/jenkins-build-common.sh"
build_repo libosmocore --disable-doxygen
have_repo osmocom-bb
cd osmocom-bb/
cd src/host/osmocon/
set +x; echo; echo; set -x
autoreconf -fi
set +x; echo; echo; set -x
./configure --prefix="$prefix" $CONFIGURE_FLAGS $configure_opts
set +x; echo; echo; set -x
make -j4
set +x; echo; echo; set -x
make install
create_bin_tgz "" "osmocon"