Skip to content
Snippets Groups Projects
Commit 394f3515 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jenkins: ensure clean workspace

parent 138e7404
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,10 @@ launch_emulator() {
}
build_sflphone_android() {
echo "Cleaning git tree"
# get rid of any local modifications to git submodule
git submodule update
git clean -dfx
# android update project --target $VIRTUAL_DEVICE_ID --path $ANDROID_PROJECT_PATH
echo "Compile pjandroid stack"
pushd jni/pjproject-android/
......
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