mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-03 15:26:27 +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 assembleDebug
|
||||||
- ./gradlew assembleRelease
|
- ./gradlew assembleRelease
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- ln -s ./app/build/outputs/apk/debug/linphone-android-debug-*.apk ./apk/debug
|
- 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
|
- ln -s ./app/build/outputs/apk/release/linphone-android-release-*.apk ./apk/release
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./app/build
|
- ./app/build
|
||||||
- ./apk/debug
|
- ./apk/debug
|
||||||
- ./apk/release
|
- ./apk/release
|
||||||
when: always
|
when: always
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue