mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Gitlab CI Testing
This commit is contained in:
parent
ae641fb9d5
commit
d17528266d
2 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
stages:
|
stages:
|
||||||
|
- buildDockerContainers
|
||||||
- buildAndDeployAndroid
|
- buildAndDeployAndroid
|
||||||
- deployWebsite
|
- deployWebsite
|
||||||
- buildAndDeployElectron
|
- buildAndDeployElectron
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
ANDROID_VERSION_NAME:
|
ANDROID_VERSION_NAME:
|
||||||
value: ""
|
value: ""
|
||||||
description: "Enter the version name here (e.g. 1.0.1)."
|
description: "Enter the version name here (e.g. 1.0.1)."
|
||||||
ANDROID_VERSION_CODE:
|
ANDROID_VERSION_CODE:
|
||||||
value: ""
|
value: ""
|
||||||
description: "Enter the version code here (e.g. 1)."
|
description: "Enter the version code here (e.g. 1)."
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
buildDockerContainer:
|
buildDockerContainer:
|
||||||
|
stage: buildDockerContainers
|
||||||
tags:
|
tags:
|
||||||
- fcast
|
- fcast
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue