From: Rudolf Polzer Date: Thu, 1 Apr 2021 12:20:40 +0000 (+0200) Subject: Update map compiler script from rm.cloudns.org. X-Git-Tag: xonotic-v0.8.5~66 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=abb22f73627f94d0e9e93e80800d023792304189;p=xonotic%2Fxonotic.git Update map compiler script from rm.cloudns.org. --- 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