mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-25 07:48:08 +00:00
Change keystore
This commit is contained in:
parent
3d00f12df4
commit
e65fc8805a
1 changed files with 6 additions and 0 deletions
|
|
@ -8,7 +8,13 @@ job-android:
|
|||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
CMAKE_GENERATOR: Ninja
|
||||
|
||||
before_script:
|
||||
- if ! [ -z ${SCP_PRIVATE_KEY+x} ]; then eval $(ssh-agent -s); fi
|
||||
- if ! [ -z ${SCP_PRIVATE_KEY+x} ]; then echo "$SCP_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null; fi
|
||||
|
||||
|
||||
script:
|
||||
- scp -oStrictHostKeyChecking=no $DEPLOY_SERVER:$ANDROID_DEBUG_KEYSTORE_PATH ~/.android
|
||||
- ./prepare.py
|
||||
- make
|
||||
- cp bin/outputs/apk/debug/linphone-android-obiane-debug.apk android-obiane.apk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue