077f3a8afd
* add files for automated testing * only test down to `5.4.0` Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
17 lines
445 B
YAML
17 lines
445 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
sut:
|
|
image: registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION:-5.6.0}
|
|
entrypoint: "minetestserver --config /minetest.conf"
|
|
user: root
|
|
volumes:
|
|
- "./:/root/.minetest/games/dreambuilder_game/"
|
|
- "./test/world.mt:/root/.minetest/worlds/world/world.mt"
|
|
- "./test/minetest.conf:/minetest.conf"
|
|
- "world:/root/.minetest/worlds/world"
|
|
ports:
|
|
- "30000:30000/udp"
|
|
|
|
volumes:
|
|
world: {} |