mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +00:00
rebase
This commit is contained in:
parent
6c39afccc9
commit
222fc2efee
1 changed files with 2 additions and 4 deletions
|
|
@ -18,7 +18,6 @@ job-android-uitests:
|
|||
|
||||
stage: uitests
|
||||
tags: [ "macos-xcode13" ]
|
||||
allow_failure: true
|
||||
|
||||
dependencies:
|
||||
- job-android
|
||||
|
|
@ -41,9 +40,8 @@ job-android-uitests:
|
|||
|
||||
after_script:
|
||||
- mv app/build/reports/androidTests/connected/* reports
|
||||
- mv app/build/outputs/apk/debug ./apks
|
||||
- mv app/build/outputs/apk/release ./apks
|
||||
- python3 --version
|
||||
- mv app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apks/debug
|
||||
- mv app/build/outputs/apk/release/linphone-android-release-*.apk ./apks/release
|
||||
- python3 .gitlab-ci-files/html2xml-report.py -p reports
|
||||
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue