mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-27 09:34:48 -04:00
use mtt
for integration tests
This commit is contained in:
parent
4b496a1e61
commit
5642f139df
17 changed files with 75 additions and 130 deletions
10
test/Dockerfile
Normal file
10
test/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue