X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Finfrastructure%2Fxonotic-map-compiler.cron;h=eb743faa38d43a156452a8cd728a753e0b9acdb5;hp=2064936ce5c095d719c7374123525bfb911e5459;hb=81086fbdb3c137d382cc9a9af3226a3b602a1cc7;hpb=4de6a918422eb1ca50526cca73c0a7da91917ddd diff --git a/misc/infrastructure/xonotic-map-compiler.cron b/misc/infrastructure/xonotic-map-compiler.cron index 2064936c..eb743faa 100755 --- a/misc/infrastructure/xonotic-map-compiler.cron +++ b/misc/infrastructure/xonotic-map-compiler.cron @@ -13,6 +13,8 @@ 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