fake_trx: Always send control responses to where commands are from
[osmocom-bb.git] / contrib / jenkins.sh
blob78c0b591653a808ad2e96b05e2dbd6ddbd21b6e9
1 #!/bin/sh
3 set -ex
5 base="$PWD"
6 deps="$base/deps"
7 inst="$deps/install"
8 export deps inst
10 osmo-clean-workspace.sh
12 mkdir "$deps" || true
14 osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
16 # TODO: ask whether fail is expected, because osmocom-bb build succeeds?
17 #"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
19 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
20 export LD_LIBRARY_PATH="$inst/lib"
22 set +x
23 echo
24 echo
25 echo
26 echo " =============================== OsmocomBB ==============================="
27 echo
28 set -x
30 cd src/host/layer23
31 autoreconf -fi
32 ./configure
33 make
35 osmo-clean-workspace.sh