Skip to content
Snippets Groups Projects
Commit 93dcec26 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

jenkins: adapt script after pjsip migration

Refs #44875
parent 4c763c80
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,6 @@ retrieve_screenshots() {
build_sflphone_android() {
echo "----------------- Cleaning git tree"
git checkout master
git pull
......@@ -130,18 +129,13 @@ build_sflphone_android() {
git pull
echo "----------------- Daemon setup"
cd daemon
cd daemon/libs
./compile_pjsip.sh -a
cd ..
./autogen.sh
./configure-android.sh
popd
# android update project --target $VIRTUAL_DEVICE_ID --path $ANDROID_PROJECT_PATH
# echo "----------------- Compile pjandroid stack"
# pushd jni/pjproject-android/
# TARGET_ABI=x86 ./configure-android-patched --use-ndk-cflags --disable-sound --disable-oss --disable-video --enable-ext-sound --disable-speex-aec --disable-g711-codec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-sdl --disable-ffmpeg --disable-v4l2
# make dep && make
# popd
./make-swig.sh
cd jni/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment