]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/xonotic-map-compiler.cron
demotc-race-record-extractor.sh: remove useless rc case (gametype name is always...
[xonotic/xonotic.git] / misc / infrastructure / xonotic-map-compiler.cron
index 2064936ce5c095d719c7374123525bfb911e5459..14f9fe1ebf7f979b06c861eefed5fe92635c228e 100755 (executable)
@@ -9,10 +9,12 @@ 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
+cd netradiant
 cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
 cmake --build build -- q3map2
-./misc/tools/xonotic-map-compiler-autobuild build
+cd ..
+sh -x ./misc/tools/xonotic-map-compiler-autobuild build