Now tests need submodules

This commit is contained in:
David Capello 2019-01-10 09:51:04 -03:00
parent cf1711c2af
commit d11296af31

View File

@ -48,7 +48,7 @@ script:
- |
if $XVFB ctest --output-on-failure ; then
export ASEPRITE=$PWD/bin/aseprite
git clone https://github.com/aseprite/tests.git
git clone --recursive https://github.com/aseprite/tests.git
cd tests
$XVFB bash run-tests.sh
else