Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 944 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 944 Bytes

Actions Status

Build environments for jMonkeyEngine3

The master branch is automatically built and deployed to https://hub.docker.com/u/jmonkeyengine

How to build locally

If you want to build the images locally for test and development, you will need a bash environment (eg any linux distribution with bash, macos, git|cywin|win bash on windows or windows 10 wsl) and docker.

Build and run

$ buildEnv="base" # linuxArm, android
$ bash make.sh build buildenv-jme3 $buildEnv
$ docker run --rm -it buildenv-jme3:$buildEnv bash

Build and deploy to a docker registry

$ buildEnv="base" # linuxArm, android
$ bash make.sh build buildenv-jme3 $buildEnv NAMESPACE
$ build make.sh deploy buildenv-jme3 $buildEnv NAMESPACE REGISTRY_USER REGISTRY_PASSWORD REGISTRY_URL