linphone-android/.gitlab-ci.yml
2026-01-21 11:09:48 +01: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