abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
758 stars 133 forks source link

Update to 3.1 #2

Closed abarichello closed 5 years ago

abarichello commented 6 years ago

Provide docker image for alpha builds of 3.1 while the stable version isn't released.

abarichello commented 6 years ago

Alpha builds currently have a lot of problems with exporting, waiting for 3.1

MrMinimal commented 6 years ago

Can't wait to get stable 3.1 and make an export docker image as well as a unit testing image with Gut. Would you see a CI image as still part of this repo or should I create a seperate project?

abarichello commented 6 years ago

When 3.1 releases i'll add a new updated tag to Docker Hub.
Yes, this repo is about CI images for Godot, the ones i have are specific for GitLab CI and exporting. If you need something else for travis or other CI please feel free to contribute 🎊

abarichello commented 5 years ago

Hey @MrMinimal, i've just released godot-ci for Godot 3.1. Just tested and it didn't work in an old project (the one included in the README, probably my fault, i'll replace it) but worked perfectly in a recent project of mine, one which was developed in 3.1 master branch builds. Let me know if you have any problems/suggestions.