From: Rudolf Polzer Date: Fri, 11 Oct 2019 16:41:47 +0000 (+0200) Subject: xonotic-map-compiler infrastructure script: allow running "from scratch". X-Git-Tag: xonotic-v0.8.5~113 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=d1c47472104b038ef3e73f300552def2bf49b6c6;ds=sidebyside xonotic-map-compiler infrastructure script: allow running "from scratch". --- diff --git a/misc/infrastructure/xonotic-map-compiler.cron b/misc/infrastructure/xonotic-map-compiler.cron index e9b69d87..2064936c 100755 --- a/misc/infrastructure/xonotic-map-compiler.cron +++ b/misc/infrastructure/xonotic-map-compiler.cron @@ -10,6 +10,7 @@ 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 cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release