Update CI
commit 8e924b000daec1f543a451ec0add21ccb51b0b68 Author: Y. Wang <y5nw@protonmail.com> Date: Fri Dec 6 17:38:48 2024 +0100 minor commit 9460a03c8de6be21c13a5d0150b67213d3ffde7c Author: Y. Wang <y5nw@protonmail.com> Date: Fri Dec 6 17:37:55 2024 +0100 Clone MTG commit f8b0d73b318f53028efd9d0b861cdc9b0decf9dd Author: Y. Wang <y5nw@protonmail.com> Date: Fri Dec 6 17:35:07 2024 +0100 Use map syntax for envvars commit 64ee2e53feb076229f4879c5a10d4d8181695ddd Author: Y. Wang <y5nw@protonmail.com> Date: Fri Dec 6 17:28:21 2024 +0100 minetestserver -> luantiserver commit 0cd51dd85b81611bab091da0f06e80de1ec9a273 Author: Y. Wang <y5nw@protonmail.com> Date: Fri Dec 6 17:25:50 2024 +0100 Use ghcr.io for Luanti server
This commit is contained in:
parent
05ae8f524b
commit
b130f50ec9
@ -11,6 +11,7 @@ steps:
|
||||
- apk update
|
||||
- apk add git
|
||||
- mkdir test/worldmods
|
||||
- git clone --depth 1 https://github.com/minetest/minetest_game test/game
|
||||
- git clone --depth 1 https://github.com/BuckarooBanzay/mtt test/worldmods/mtt
|
||||
- git clone --depth 1 https://github.com/OgelGames/fakelib test/worldmods/fakelib
|
||||
- git clone --depth 1 https://codeberg.org/Wuzzy/minetest_doc test/worldmods/doc
|
||||
@ -32,11 +33,11 @@ steps:
|
||||
- chmod -R 777 .
|
||||
mtt:
|
||||
depends_on: mtt-prepare
|
||||
image: registry.gitlab.com/minetest/minetest/server
|
||||
image: ghcr.io/minetest/minetest:latest
|
||||
environment:
|
||||
- MINETEST_USER_PATH=test
|
||||
MINETEST_USER_PATH: test
|
||||
commands:
|
||||
- minetestserver --config test/minetest.conf --world test --logfile ''
|
||||
- luantiserver --config test/minetest.conf --world test --logfile ''
|
||||
latex-verify:
|
||||
depends_on: mtt
|
||||
image: bscpm/latex
|
||||
|
Loading…
x
Reference in New Issue
Block a user