Update 3.0.2 release
This commit is contained in:
@@ -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 \
|
||||||
@@ -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|
|
||||||
|-|-|-|
|
|-|-|-|
|
||||||
|
|||||||
Reference in New Issue
Block a user