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,6 +114,7 @@ function launch_functional_test_daemon { ...@@ -114,6 +114,7 @@ function launch_functional_test_daemon {
} }
function build_contrib { function build_contrib {
if [ -d contrib ] ; then
pushd contrib pushd contrib
mkdir -p native mkdir -p native
pushd native pushd native
...@@ -122,6 +123,11 @@ function build_contrib { ...@@ -122,6 +123,11 @@ function build_contrib {
make list make list
make make
popd popd
else
# We're on 1.4.x
pushd libs
./compile_pjsip.sh
fi
popd popd
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment