Skip to content
Snippets Groups Projects
Commit 0da0fd67 authored by Simon Piette's avatar Simon Piette Committed by Simon Piette
Browse files

build-system: jenkins build script support for 1.4.x

Refs #55550

Change-Id: Ifd7ba05ee9801623563d7c2d6b583a4565c68877
parent 22087a56
No related branches found
No related tags found
No related merge requests found
......@@ -114,14 +114,20 @@ function launch_functional_test_daemon {
}
function build_contrib {
pushd contrib
mkdir -p native
pushd native
../bootstrap
# list dependencies which will be added
make list
make
popd
if [ -d contrib ] ; then
pushd contrib
mkdir -p native
pushd native
../bootstrap
# list dependencies which will be added
make list
make
popd
else
# We're on 1.4.x
pushd libs
./compile_pjsip.sh
fi
popd
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment