https://github.com/jmonkeyengine/buildenv-jme3
Build environments used by jme3 CI
https://github.com/jmonkeyengine/buildenv-jme3
Last synced: 12 months ago
JSON representation
Build environments used by jme3 CI
- Host: GitHub
- URL: https://github.com/jmonkeyengine/buildenv-jme3
- Owner: jMonkeyEngine
- Created: 2019-09-24T12:42:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T18:07:27.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:13:37.171Z (almost 2 years ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/jmonkeyengine
- Size: 18.6 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/jMonkeyEngine/buildenv-jme3/actions)
# 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
```bash
$ 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
```bash
$ 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
```