diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53969d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store + +# Ignore VSCode user project settings +.vscode diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb321d..0bef116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)." diff --git a/README.md b/README.md index 9651896..ff07ad3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -# FCast +
+ +
+
+
+
+