linphone-android/.gitlab-ci.yml
2025-11-03 16:31:30 +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