mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Update job-uitests.yml
This commit is contained in:
parent
fc9ac71057
commit
f0c3edd266
1 changed files with 4 additions and 1 deletions
|
|
@ -33,10 +33,13 @@ job-android-uitests:
|
|||
- ${ANDROID_HOME}/platform-tools/adb logcat -d > logs/logcats.log
|
||||
|
||||
script:
|
||||
- ./gradlew -Pandroid.testInstrumentationRunnerArguments.class=org.linphone.testsuites.CallTestSuite -PscreportAutoClose=true connectedAndroidTest --continue || true
|
||||
- set +e
|
||||
- ./gradlew -Pandroid.testInstrumentationRunnerArguments.class=org.linphone.testsuites.CallTestSuite -PscreportAutoClose=true connectedAndroidTest --continue
|
||||
- export BUILD_RESULT=$?
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-5554 emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb -s emulator-5554 emu kill
|
||||
- ${ANDROID_HOME}/platform-tools/adb kill-server
|
||||
- if [$BUILD_RESULT -eq 0]; then exit 0; else exit 1; fi
|
||||
|
||||
after_script:
|
||||
- mv app/build/reports/androidTests/connected/* reports
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue