Godot engine build containers
Go to file
Cory Petkovsek ffbf92c5b2 Add which and specify emssdk 1.39.0 2019-11-13 23:53:11 +08:00
files
.gitignore
Dockerfile.android
Dockerfile.base
Dockerfile.export
Dockerfile.ios
Dockerfile.javascript Add which and specify emssdk 1.39.0 2019-11-13 23:53:11 +08:00
Dockerfile.mono
Dockerfile.mono-glue
Dockerfile.msvc
Dockerfile.osx Merge pull request #5 from akien-mga/mono-update-stack 2019-11-11 17:20:32 +01:00
Dockerfile.ubuntu-32
Dockerfile.ubuntu-64
Dockerfile.windows
Dockerfile.xcode
README.md
build.sh mount files into docker for android 2019-11-12 16:05:14 +08:00
upload.sh Re-enable temporarily disabled upload of windows and msvc containers 2019-11-13 16:37:57 +01:00

README.md

Godot engine build containers

This repository contains the Dockerfiles for the official Godot engine builds. These containers should help you build Godot for all platforms supported on any machine that can run Docker containers.

Building

There is a 'build.sh' script included to build the containers themselves. The in-container build scripts will follow shortly.