From 688c8221371f50b674ea3776dd8e752ae021d143 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Thu, 5 Nov 2020 13:35:29 +0100 Subject: [PATCH] clone 3d_armor mod for integration test --- integration-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-test.sh b/integration-test.sh index 6e12968..221027f 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -4,11 +4,15 @@ CFG=/tmp/minetest.conf MTDIR=/tmp/mt WORLDDIR=${MTDIR}/worlds/world +WORLDMODDIR=${WORLDDIR}/worldmods cat < ${CFG} technic_armor.enable_technic_armor_integration_test = true EOF +# clone dependencies +git clone --depth 1 https://github.com/minetest-mods/3d_armor.git ${WORLDMODDIR}/3d_armor + mkdir -p ${WORLDDIR} chmod 777 ${MTDIR} -R docker run --rm -i \