1
0
Fork 0
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:
Michael Hollister 2024-10-19 11:17:42 -05:00
parent ae641fb9d5
commit d17528266d
2 changed files with 4 additions and 2 deletions

View file

@ -1,13 +1,14 @@
stages:
- buildDockerContainers
- buildAndDeployAndroid
- deployWebsite
- buildAndDeployElectron
variables:
ANDROID_VERSION_NAME:
ANDROID_VERSION_NAME:
value: ""
description: "Enter the version name here (e.g. 1.0.1)."
ANDROID_VERSION_CODE:
ANDROID_VERSION_CODE:
value: ""
description: "Enter the version code here (e.g. 1)."

View file

@ -1,5 +1,6 @@
buildDockerContainer:
stage: buildDockerContainers
tags:
- fcast
before_script: