File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
ENGINE_IMAGE :
14
- - registry.gitlab.com/minetest/minetest/server:5.7.0
15
- - ghcr.io/minetest-hosting/minetest-docker:5.8.0
14
+ # - registry.gitlab.com/minetest/minetest/server:5.7.0
15
+ # - ghcr.io/minetest-hosting/minetest-docker:5.8.0
16
16
- " "
17
17
18
18
steps :
27
27
ref : " 5.7.0"
28
28
path : .REPOS/minetest_game
29
29
30
+ - uses : actions/checkout@v4
31
+ with :
32
+ repository : BuckarooBanzay/mtt
33
+ path : mtt
34
+
35
+ - name : Update minetest.conf and world.mt
36
+ run : |-
37
+ echo 'load_mod_mtt = true' >> world.mt
38
+ echo 'mtt_enable = true' >> minetest.conf
39
+ echo 'mtt_export_nodenames = true' >> minetest.conf
40
+
30
41
- name : test
31
42
run : docker-compose up --exit-code-from testserver
Original file line number Diff line number Diff line change @@ -11,5 +11,10 @@ services:
11
11
volumes :
12
12
- " ./:/root/.minetest/mods/bls_mods/"
13
13
- " ./world.mt:/root/.minetest/worlds/world/world.mt"
14
- - " ./minetest.conf:/root/.minetest/ minetest.conf"
14
+ - " ./minetest.conf:/minetest.conf"
15
15
- " ./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"
16
+ - " world:/root/.minetest/worlds/world"
17
+
18
+
19
+ volumes :
20
+ world : {}
You can’t perform that action at this time.
0 commit comments