build previews from the 3.4 branch

This commit is contained in:
Enno Rehling 2015-01-09 20:25:04 +01:00
parent eed26eddd4
commit 88fed0b418
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh #!/bin/sh
[ -z $ERESSEA ] && ERESSEA=$HOME/eressea [ -z $ERESSEA ] && ERESSEA=$HOME/eressea
branch=master
if [ ! -n "$1" ]; then
branch="$1"
fi
SRC=$ERESSEA/git SRC=$ERESSEA/git
$SRC/s/preview build master $SRC/s/preview build $branch
$SRC/s/preview version $SRC/s/preview version
for game in 2 3 4 ; do for game in 2 3 4 ; do
$SRC/s/preview -g $game run && \ $SRC/s/preview -g $game run && \