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
759 stars 133 forks source link

Editor settings fix #90

Closed bend-n closed 2 years ago

bend-n commented 2 years ago

Adds the editor-settings-3.tres to the dockerfile. Also includes a android job in the godot-ci.yml, however as the old 3.3 image didnt have the android sdk, I had to update it.

I also noticed that before, the 3.3 "initializing containers" step took only 20 seconds, but now it takes 1-2 minutes. Is it possible that we can not include the android sdk by default?

closes #88

bend-n commented 2 years ago

This repo seems to be dead(ish), so i made my own. godot-2d

lfkdev commented 2 years ago

Why isn't this merged? godot-ci isnt able to properly build android without this :(

bend-n commented 2 years ago

@lfkdev Because I made my own, better system, and this project is abandoned.