Project

General

Profile

Download (467 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh -e
2
TOPDIR="$(realpath "$(dirname "$0")/..")"
3

    
4
if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
5
	echo "Error: missing scripts from osmo-ci.git in PATH!"
6
	exit 2
7
fi
8

    
9
set -x
10

    
11
osmo-clean-workspace.sh
12

    
13
export deps="$TOPDIR/deps"
14
export inst="$deps/install"
15
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
16
export LD_LIBRARY_PATH="$inst/lib"
17

    
18
mkdir -p deps
19
osmo-build-dep.sh libosmocore "" '--disable-doxygen'
20

    
21
cd "$TOPDIR"/host
22
$MAKE clean
23
$MAKE
    (1-1/1)
    Add picture from clipboard (Maximum size: 48.8 MB)