From ce298e4db3f54aca2cb92a8c9a9fe6e3aa2a416c Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Sat, 17 Nov 2018 12:27:26 -0200 Subject: [PATCH] Add godot-ci Docker image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34f41f0..8f19a8f 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ A curated list of [free/libre](https://gnu.org/philosophy/free-sw.html) games, p *Other stuff.* - [`gd-com` npm package](https://www.npmjs.com/package/gd-com) - Communicate with Godot clients using Node.js. +- [godot-ci](https://github.com/aBARICHELLO/godot-ci) - Docker image to export Godot games through CI. Includes GitLab CI script example. - [godot.sh](https://github.com/adolson/godot-stuff/blob/master/godot.sh) - Script that automatically downloads and launches latest version of Godot, or compiles and launches the Git `master` branch. - [godot-wrapper](https://github.com/nsrosenqvist/godot-wrapper.git) - Script that helps Debian and Ubuntu users install and use Godot. - [joystick-mapping](https://github.com/Hinsbart/joystick-mapping) - Tool to generate gamepad mappings for all supported platforms.