mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
19 lines
361 B
YAML
19 lines
361 B
YAML
#################################################
|
|
# Base configuration
|
|
#################################################
|
|
|
|
|
|
|
|
#################################################
|
|
# Platforms to test
|
|
#################################################
|
|
|
|
|
|
include:
|
|
- '.gitlab-ci-files/job-android.yml'
|
|
- '.gitlab-ci-files/job-upload.yml'
|
|
|
|
|
|
stages:
|
|
- build
|
|
- deploy
|