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

Update jenkins script and README since make-swig.sh is called by compile

parent 6005778e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,4 @@ When all else fails: ...@@ -3,7 +3,4 @@ When all else fails:
rm -rf sflphone rm -rf sflphone
git clean -dfx git clean -dfx
export ANDROID_ABI=armeabi-v7a export ANDROID_ABI=armeabi-v7a
cd sflphone-android
./make-swig.sh
cd -
./compile.sh ./compile.sh
...@@ -123,9 +123,6 @@ build_sflphone_android() { ...@@ -123,9 +123,6 @@ build_sflphone_android() {
echo "----------------- Cleaning git tree" echo "----------------- Cleaning git tree"
git checkout master git checkout master
git pull git pull
cd sflphone-android
./make-swig.sh
cd ..
./compile.sh ./compile.sh
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment