preview game 4 again

This commit is contained in:
Enno Rehling 2018-03-04 11:49:02 +01:00
parent ac3fe6228c
commit fca684cf81
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [ -e ${ERESSEA}/build/.preview ]; then
fi
SRC=${ERESSEA}/git
${SRC}/s/preview build ${branch} || exit $?
for game in 2 3 ; do
for game in 2 3 4 ; do
${SRC}/s/preview -g ${game} run && \
${SRC}/s/preview -g ${game} send
done