mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 18:51:39 +00:00
xonotic-map-compiler infrastructure script: allow running "from scratch".
This commit is contained in:
parent
33aa8d8b57
commit
d1c4747210
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user