use mtt for integration tests

This commit is contained in:
BuckarooBanzay 2022-08-02 14:56:32 +02:00
parent 4b496a1e61
commit 5642f139df
17 changed files with 75 additions and 130 deletions

10
test/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
ARG ENGINE_VERSION=5.5.0
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
USER root
RUN apk add git &&\
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
git clone https://github.com/BuckarooBanzay/mtt /root/.minetest/worlds/world/worldmods/mtt
ENTRYPOINT minetestserver --config /minetest.conf