Godot engine build containers
Go to file
Rémi Verschelde 2d95ceb333
Merge pull request #18 from godotengine/mono-wasm-bcl
Build Mono WebAssembly runtime and BCLs
2019-11-18 21:52:21 +01:00
files Build Mono WebAssembly runtime and BCLs 2019-11-18 21:51:46 +01:00
.gitignore Initial commit 2019-01-07 21:51:22 +01:00
Dockerfile.android Build Mono WebAssembly runtime and BCLs 2019-11-18 21:51:46 +01:00
Dockerfile.base Disable installation of weak deps 2019-11-18 17:09:03 +01:00
Dockerfile.export Disable installation of weak deps 2019-11-18 17:09:03 +01:00
Dockerfile.ios Disable installation of weak deps 2019-11-18 17:09:03 +01:00
Dockerfile.javascript Build Mono WebAssembly runtime and BCLs 2019-11-18 21:51:46 +01:00
Dockerfile.mono Use git tag to checkout stable mono releases 2019-11-18 21:49:58 +01:00
Dockerfile.mono-glue Disable installation of weak deps 2019-11-18 17:09:03 +01:00
Dockerfile.msvc Disable installation of weak deps 2019-11-18 17:09:03 +01:00
Dockerfile.osx Use git tag to checkout stable mono releases 2019-11-18 21:49:58 +01:00
Dockerfile.ubuntu-32 Use git tag to checkout stable mono releases 2019-11-18 21:49:58 +01:00
Dockerfile.ubuntu-64 Use git tag to checkout stable mono releases 2019-11-18 21:49:58 +01:00
Dockerfile.windows Use git tag to checkout stable mono releases 2019-11-18 21:49:58 +01:00
Dockerfile.xcode Disable installation of weak deps 2019-11-18 17:09:03 +01:00
README.md Initial commit 2019-01-07 21:51:22 +01:00
build.sh Build Mono WebAssembly runtime and BCLs 2019-11-18 21:51:46 +01: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.