Closed denzuko closed 5 years ago
Docker image: https://hub.docker.com/r/mattiascibien/godot-docker/
Dockerfile:
FROM mattiascibien/godot-docker:latest ARG PLATFORM="Linux X11" ENV TARGET $PLATFORM COPY . /src RUN godot -export "${TARGET}" /src
Todo:
As a developer I would like to have a nightly built of the game for testing And I would like to have the build automated via CICD And I would like to have both a windows and Android version of the game So that we can distribute a release And so that we can test changes on deliverable with real world hardware