godot-ci
godot-ci copied to clipboard
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Certain plugins( such as https://github.com/31/GodotOnReady) might rely on the dotnet CLI being used to build the C# project. The current docker image is built on top of the `mono:latest` and...
[see here](https://github.com/bend-n/chess/runs/7243684498?check_suite_focus=true): ``` cat: /github/home/.config/godot/editor_settings-3.tres: No such file or directory find: '/github/home/.config': No such file or directory ... ERROR: Cannot export project with preset "Android" due to configuration errors: Debug...
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....
Hi, I could not export android using godot mono. I checked that mono.Dockerfile do not have android installation like Dockerfile. Please consider to support export android in mono.Dockerfile.
Previously, the detail that you had to change .stable to .stable.mono in the Setup steps directory structure was not listed and was very confusing for me until I found an...
Using image `barichello/godot-ci:3.4.4` (with GitHub), basically the same issue as #59 and #68. To get it to see the Android SDK path in `/usr/lib/android-sdk`, I had to run in the...
Hi, for me the mac build is not working. It tells me the executable is damaged and I should move it to the trash when trying to run it.
When I build our Godot app with your CI for Android I get this: ``` ... ADDING: res/mipmap/icon_foreground.png ADDING: resources.arsc export: step 1: Adding files... export: step 103: Aligning APK......
https://godotengine.org/article/maintenance-release-godot-3-4-3 @abarichello That reminds me, is there a way I could perform those updates on Docker Hub?