mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
Add ci file
This commit is contained in:
parent
7dfbe023f4
commit
e3c8bfc409
1 changed files with 27 additions and 0 deletions
27
.gitlab-ci.yml
Normal file
27
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
job-android:
|
||||
|
||||
stage: build
|
||||
tags: [ "docker-android" ]
|
||||
|
||||
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-android:r16b
|
||||
variables:
|
||||
CMAKE_GENERATOR: Ninja
|
||||
|
||||
script:
|
||||
- sdkmanager
|
||||
- ./prepapre.py
|
||||
- make
|
||||
- cp bin/outputs/apk/debug/linphone-android-obiane-debug.apk android-obiane.apk
|
||||
- make unsigned
|
||||
- cp bin/outputs/apk/packaged/linphone-android-obiane-packaged-unsigned.apk android-obiane-unsigned.apk
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- android-obiane-unsigned.apk
|
||||
- android-obiane.apk
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
|
||||
|
||||
stages:
|
||||
- build
|
||||
Loading…
Add table
Reference in a new issue