* Moved Azure Deploy files to Azure repositories and removed core files * jsprismarine was removed due to lack of use and integration with Bds Maneger Core and its applications. * Updates to Github Actions Workflows. * It is now possible to run java Servers on Android, but with limitations. * Modifications in the nexe for the creation of the Bds Maneger Core binaries. * Now the Docker works as before version 1.1.0 of Bds Maneger Core. * The docker image has returned to support for arm/v7 * the docker image now uses the `testing` version of Debian and no longer `latest`. * Basic modifications in cli. * removed obsolete functions from index.js.
13 lines
331 B
YAML
13 lines
331 B
YAML
terminal:
|
|
image: bdsmaneger/core:latest
|
|
services:
|
|
- docker:dind
|
|
before_script:
|
|
- apt update && apt install -y curl &> /dev/null
|
|
- curl https://get.docker.com | bash -
|
|
variables:
|
|
DOCKER_TLS_CERTDIR: ""
|
|
DOCKER_DRIVER: overlay2
|
|
DOCKER_HOST: tcp://docker:2375
|
|
DEVELOP_WEBIDE: true
|
|
script: sleep 80 |