Build mono docker image and update docs

This commit is contained in:
asheraryam
2020-05-24 11:03:38 +03:00
parent d6be4ff376
commit f837ad8d0c
2 changed files with 50 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ https://hub.docker.com/r/barichello/godot-ci/
- Repository examples: [test-project](https://github.com/aBARICHELLO/godot-ci/tree/master/test-project) | [game-off](https://gitlab.com/BARICHELLO/game-off).
- Test deploys using this tool: [GitHub Pages](http://barichello.me/godot-ci/) | [GitLab Pages](https://barichello.gitlab.io/godot-ci/) | [Itch.io](https://barichello.itch.io/test-project).
### Mono/C#
To build a godot project with Mono enabled, change the image tag from `barichello/godot-ci:VERSION` to `barichello/godot-ci:mono-VERSION` in `.gitlab-ci.yml` (Gitlab) or `godot-ci.yml` (Github). e.g. `barichello/godot-ci:mono-3.2.1`.
## Platforms
Here's a mapping between each supported CI service, the template jobs and a live example.