linphone-android/.gitlab-ci.yml
2026-03-31 09:03:28 +02:00

21 lines
No EOL
406 B
YAML

#################################################
# Base configuration
#################################################
#################################################
# Platforms to test
#################################################
include:
- '.gitlab-ci-files/job-android.yml'
- '.gitlab-ci-files/job-tester.yml'
- '.gitlab-ci-files/job-upload.yml'
stages:
- build
- test
- deploy