Initial commit

This commit is contained in:
Hein-Pieter van Braam
2019-01-07 21:51:22 +01:00
commit 0a9d7b2777
19 changed files with 442 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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.