Update 3.0.2 release

This commit is contained in:
BARICHELLO
2019-02-28 01:40:08 -03:00
parent 0cf9790e33
commit 650f51ef48
2 changed files with 3 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
FROM ubuntu:cosmic FROM ubuntu:cosmic
LABEL author="artur@barichello.me" LABEL author="artur@barichello.me"
# Usage example:
# godot --export "Mac OSX" /target/build.zip --path /path/to/project --build-solutions -quit -v
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
git \ git \

View File

@@ -6,7 +6,9 @@ https://hub.docker.com/r/barichello/godot-ci/
## Usage example ## Usage example
A `.gitlab-ci.yml` is included in this project as a usage example.<br> A `.gitlab-ci.yml` is included in this project as a usage example.<br>
After adapting the paths and names according to your project needs you will need the following **Variable** set in GitLab for this image to work: After adapting the paths and names according to your project needs you will need the following **Variables** set in GitLab for this image to work:
*Access `https://gitlab.com/<username>/<repo-name>/settings/ci_cd` to edit:*
|Variable|Description|Example| |Variable|Description|Example|
|-|-|-| |-|-|-|