mobile/vty_interface.c: do not install default commands
[osmocom-bb.git] / contrib / jenkins.sh
blobca72ac553de4af48f30369474fdd32d37659fcea
1 #!/bin/sh
3 set -ex
5 base="$PWD"
6 deps="$base/deps"
7 inst="$deps/install"
8 export deps inst
10 mkdir "$deps" || true
11 rm -rf "$inst"
13 osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
15 # TODO: ask whether fail is expected, because osmocom-bb build succeeds?
16 #"$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
18 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
19 export LD_LIBRARY_PATH="$inst/lib"
21 set +x
22 echo
23 echo
24 echo
25 echo " =============================== OsmocomBB ==============================="
26 echo
27 set -x
29 cd src/host/layer23
30 autoreconf -fi
31 ./configure
32 make