1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/.gitlab-ci.yml
2025-02-19 13:08:29 -06:00

20 lines
532 B
YAML

stages:
- buildDockerContainers
- buildAndDeployAndroid
- buildAndDeployElectron
- buildWebOSReceiver
- buildTizenOSReceiver
variables:
ANDROID_VERSION_NAME:
value: ""
description: "Enter the version name here (e.g. 1.0.1)."
ANDROID_VERSION_CODE:
value: ""
description: "Enter the version code here (e.g. 1)."
include:
- local: 'receivers/android/.gitlab-ci.yml'
- local: 'receivers/electron/.gitlab-ci.yml'
- local: 'receivers/webos/.gitlab-ci.yml'
- local: 'receivers/tizen/.gitlab-ci.yml'