]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/xonotic-map-compiler.cron
Fix netradiant compile to put the q3map2 binary in the path where the compile script...
[xonotic/xonotic.git] / misc / infrastructure / xonotic-map-compiler.cron
index e9b69d871672950f60dc2ad5387fa94c35dc72f6..eb743faa38d43a156452a8cd728a753e0b9acdb5 100755 (executable)
@@ -10,8 +10,11 @@ trap 'kill $lockpid || true; cd "$mepwd"; lockfile-remove "$me"' EXIT
 trap 'exit 1' INT TERM
 
 set -e
+[ -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
+cd ..
 ./misc/tools/xonotic-map-compiler-autobuild build