From d1c47472104b038ef3e73f300552def2bf49b6c6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 11 Oct 2019 18:41:47 +0200 Subject: [PATCH] xonotic-map-compiler infrastructure script: allow running "from scratch". --- misc/infrastructure/xonotic-map-compiler.cron | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2