updte submoduiles before building

This commit is contained in:
Enno Rehling 2015-07-11 14:33:09 +02:00
parent d7804b3556
commit 13e50cd403
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ if [ ! -d $ROOT/$BIN_DIR ]; then
exit
fi
git submodule update
cd $ROOT/$BIN_DIR
make $MAKEOPTS && make test
cd $OLDPWD