-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
31 lines (29 loc) · 861 Bytes
/
.gitlab-ci.yml
File metadata and controls
31 lines (29 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
stages:
- buildDockerContainers
- receiverAndroid
- receiverExperimental
- buildAndDeployElectron
- buildWebOSReceiver
- buildTizenOSReceiver
- buildSenderSDK
- testSDK
- senders
- website
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: 'docs/.gitlab-ci.yml'
- local: 'receivers/android/.gitlab-ci.yml'
- local: 'receivers/electron/.gitlab-ci.yml'
- local: 'receivers/experimental/desktop/.gitlab-ci.yml'
- local: 'receivers/webos/.gitlab-ci.yml'
- local: 'receivers/tizen/.gitlab-ci.yml'
- local: 'sdk/sender/.gitlab-ci.yml'
- local: 'senders/android/.gitlab-ci.yml'
- local: 'senders/desktop/.gitlab-ci.yml'
- local: 'website/.gitlab-ci.yml'