X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=misc%2Ftools%2Fxonotic-map-compiler-autobuild;h=bab7adc14e87ea17045ea48bf2fa3856fd017768;hb=472fe105a69d7b1ca09ccdb3231b65f997442067;hp=d2f2ef4f7c4c4f27dc4731031eed3532448cdedc;hpb=b2f2de5b9930efff6cfcba94657481e35eed4e60;p=xonotic%2Fxonotic.git diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index d2f2ef4f..bab7adc1 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -1,6 +1,6 @@ #!/bin/sh -set -ex +set -e bspdir="$PWD/bspfiles" url=http://141.2.16.23/~xonotic/bsp-autobuilds/ @@ -33,7 +33,7 @@ buildthemap() fi ( cd maps - ../../../misc/tools/xonotic-map-compiler "$M" -noshaderlist `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log" + ../../../misc/tools/xonotic-map-compiler "$M" `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log" ) zip -9r "$bspdir/$M-$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga" ln -snf "../$M-$blobhash.pk3" "$bspdir/latest/$M.pk3" # from ALL branches, so beware!