From abb22f73627f94d0e9e93e80800d023792304189 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 1 Apr 2021 14:20:40 +0200 Subject: [PATCH] Update map compiler script from rm.cloudns.org. --- misc/infrastructure/xonotic-map-compiler.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/infrastructure/xonotic-map-compiler.cron b/misc/infrastructure/xonotic-map-compiler.cron index eb743faa..14f9fe1e 100755 --- a/misc/infrastructure/xonotic-map-compiler.cron +++ b/misc/infrastructure/xonotic-map-compiler.cron @@ -9,7 +9,7 @@ lockfile-touch "$me" & lockpid=$! trap 'kill $lockpid || true; cd "$mepwd"; lockfile-remove "$me"' EXIT trap 'exit 1' INT TERM -set -e +set -ex [ -d xonotic-map-compiler ] || git clone git://git.xonotic.org/xonotic/xonotic.git xonotic-map-compiler cd xonotic-map-compiler ./all clean -m -fU -D # like reclone but do not delete untracked, so q3map2.x86 compile stays @@ -17,4 +17,4 @@ cd netradiant cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release cmake --build build -- q3map2 cd .. -./misc/tools/xonotic-map-compiler-autobuild build +sh -x ./misc/tools/xonotic-map-compiler-autobuild build -- 2.39.2