Skip to content
Snippets Groups Projects
Commit 95fab566 authored by Simon Piette's avatar Simon Piette
Browse files

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

Refs #55550

Change-Id: I9c3d1a7bf4db7d11ccc6ecb2d88ca22f94249ae2
parent e7fde97c
No related branches found
No related tags found
No related merge requests found
......@@ -274,12 +274,17 @@ END
cd ${LAUNCHPAD_DIR}/${LAUNCHPAD_PACKAGE}
if [ "${DIRNAME}" == "daemon" ]; then
mkdir -p contrib/native
pushd contrib/native
../bootstrap
# only fetch it, don't build it
make iax
popd
if [ -d contrib ]; then
mkdir -p contrib/native
pushd contrib/native
../bootstrap
# only fetch it, don't build it
make iax
else
pushd libs
./compile_pjsip.sh
fi
popd
fi
if [ "${LAUNCHPAD_PACKAGE}" != "sflphone-kde" ]; then
./autogen.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment