mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
compile script
This commit is contained in:
parent
e542b80b4b
commit
1a5b4ad288
12
all
12
all
@ -98,7 +98,7 @@ case "$cmd" in
|
||||
for d in $repos; do
|
||||
cd "$d0/$d"
|
||||
echo "In $d:"
|
||||
git branch -a | sed 's/^/ /'
|
||||
git branch -a | sed 's/^/ /; /->/d'
|
||||
cd "$d0"
|
||||
done
|
||||
;;
|
||||
@ -120,6 +120,16 @@ case "$cmd" in
|
||||
cd "$d0"
|
||||
done
|
||||
;;
|
||||
compile)
|
||||
(
|
||||
cd darkplaces
|
||||
make nexuiz
|
||||
)
|
||||
(
|
||||
cd data/xonotic-data.pk3dir
|
||||
make
|
||||
)
|
||||
;;
|
||||
*)
|
||||
echo "Usage:"
|
||||
echo " $0 pull"
|
||||
|
Loading…
Reference in New Issue
Block a user