Updated gitlab-ci file to print linphone SDK version
This commit is contained in:
parent
acbabb5f52
commit
fe74598df8
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ job-android:
|
|||
- echo keyPassword=$ANDROID_KEYSTORE_KEY_PASSWORD >> keystore.properties
|
||||
- echo keyAlias=$ANDROID_KEYSTORE_KEY_ALIAS >> keystore.properties
|
||||
- echo storeFile=$ANDROID_KEYSTORE_FILE >> keystore.properties
|
||||
- ./gradlew app:dependencies | grep org.linphone
|
||||
- ./gradlew assembleDebug
|
||||
- ./gradlew assembleRelease
|
||||
|
||||
|
|
Loading…
Reference in a new issue