small units.wesnoth.org fix

This commit is contained in:
Elias Pschernig 2017-06-04 15:45:42 -04:00
parent cfa2df194e
commit a843c7e187

View file

@ -12,7 +12,7 @@ DIR="$(dirname $0)"
TIMEOUT=${TIMEOUT:-20}
SOURCES=/usr/src/wesnoth
ADDONS=$DIR/addons
EXE=$DIR/build/wesnoth
EXE=$DIR/wesnoth
CONFIG=$DIR/config
SRC=$SOURCES/$VERSION
DATA=$SRC
@ -40,6 +40,7 @@ rm -rf $TEMP/*
# we only need the parser, but have to build the game executable for that
echo BUILDING
cd $DIR # the scons build places the wesnoth executable in the current directory
TRAVIS=1 TRAVIS_OS_NAME=Linux scons -Y "$SRC" --option-cache="$BUILD/.scons-option-cache"
# later can just rebuild updated campaigns, but for now rebuild everything