mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 20:08:08 +00:00
Update job-android.yml
This commit is contained in:
parent
77a3ccafb9
commit
7ca9a67c30
1 changed files with 5 additions and 5 deletions
|
|
@ -21,13 +21,13 @@ job-android:
|
|||
- ./gradlew assembleDebug
|
||||
- ./gradlew assembleRelease
|
||||
|
||||
after_script:
|
||||
- ln -s ./app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apk/debug
|
||||
- ln -s ./app/build/outputs/apk/release/linphone-android-release-*.apk ./apk/release
|
||||
after_script:
|
||||
- ln -s ./app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apk/debug
|
||||
- ln -s ./app/build/outputs/apk/release/linphone-android-release-*.apk ./apk/release
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- ./app/build
|
||||
paths:
|
||||
- ./app/build
|
||||
- ./apk/debug
|
||||
- ./apk/release
|
||||
when: always
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue