Merge branch 'master' of https://github.com/pandorabox-io/pandorabox-mods
This commit is contained in:
commit
7c82376bf0
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -300,7 +300,7 @@
|
||||
url = https://github.com/minetest-mods/pontoons.git
|
||||
[submodule "poshud"]
|
||||
path = poshud
|
||||
url = https://github.com/thomasrudin-mt/poshud.git
|
||||
url = https://github.com/orwell96/poshud.git
|
||||
[submodule "pvp_areas"]
|
||||
path = pvp_areas
|
||||
url = https://github.com/everamzah/pvp_areas.git
|
||||
|
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: generic
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- mkdir -p /tmp/mt/worlds/world
|
||||
- chmod 777 /tmp/mt -Rv
|
||||
- echo "enable_integration_test = true" > minetest.conf
|
||||
- docker run --rm -it -v $(pwd)/minetest.conf:/etc/minetest/minetest.conf -v /tmp/mt:/var/lib/minetest/.minetest -v $(pwd):/var/lib/minetest/.minetest/worlds/world/worldmods registry.gitlab.com/minetest/minetest/server:5.0.1
|
||||
|
||||
script:
|
||||
- test -f /tmp/mt/worlds/world/integration_test.json
|
||||
|
||||
notifications:
|
||||
email: false
|
2
poshud
2
poshud
@ -1 +1 @@
|
||||
Subproject commit bc5eabfcead50654e3aafa093c5bf0327fbda8ff
|
||||
Subproject commit 7560274614c3beda9ec11503c416584473d96b1a
|
Loading…
x
Reference in New Issue
Block a user