godot-xterm/docker-compose.yml
Leroy Hopson 630e0104d5 Add support for Windows 64-bit
Tested on NixOS, Ubuntu and Arch Linux. Not yet able to compile for
Windows 32-bit on NixOS or on Windows itself.

Part of #5
2020-11-07 17:11:25 +07:00

17 lines
449 B
YAML

version: "3.3"
services:
build-archlinux:
build:
context: .
dockerfile: ./dockerfiles/archlinux
command: /src/addons/godot_xterm/native/build.sh
build-nixos:
build:
context: .
dockerfile: ./dockerfiles/nixos
command: /src/addons/godot_xterm/native/build.sh release-all
build-ubuntu:
build:
context: .
dockerfile: ./dockerfiles/ubuntu
command: /src/addons/godot_xterm/native/build.sh