difuse-phone-android/.gitlab-ci.yml

20 lines
361 B
YAML
Raw Normal View History

2019-01-24 16:34:08 +00:00
#################################################
# Base configuration
#################################################
#################################################
# Platforms to test
#################################################
include:
- '.gitlab-ci-files/job-android.yml'
2019-01-25 10:44:00 +00:00
- '.gitlab-ci-files/job-upload.yml'
2019-01-24 16:34:08 +00:00
stages:
- build
- deploy