diff options
author | sfan5 <sfan5@live.de> | 2021-04-21 18:21:12 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-05-05 22:49:44 +0200 |
commit | ba40b3950057c54609f8e4a56139563d30f8b84f (patch) | |
tree | 71d33346d53db1154be5878f9a1ae06ea30da2d0 /util/ci | |
parent | 08f1a7fbed4139a0147a067d38af353935d79b57 (diff) | |
download | minetest-ba40b3950057c54609f8e4a56139563d30f8b84f.tar.gz minetest-ba40b3950057c54609f8e4a56139563d30f8b84f.tar.bz2 minetest-ba40b3950057c54609f8e4a56139563d30f8b84f.zip |
Add basic client-server test to CI
Diffstat (limited to 'util/ci')
-rw-r--r-- | util/ci/common.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/ci/common.sh b/util/ci/common.sh index 1083581b5..eb282c823 100644 --- a/util/ci/common.sh +++ b/util/ci/common.sh @@ -11,7 +11,9 @@ install_linux_deps() { shift pkgs+=(libirrlicht-dev) else - wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt1/ubuntu-bionic.tar.gz" + # TODO: return old URL when IrrlichtMt 1.9.0mt2 is tagged + #wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt1/ubuntu-bionic.tar.gz" + wget "http://minetest.kitsunemimi.pw/irrlichtmt-patched-temporary.tgz" -O ubuntu-bionic.tar.gz sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local fi |