Always run script tests

This commit is contained in:
David Capello 2018-09-05 19:40:07 -03:00
parent f5b8675d77
commit 2fa07f17bf

View File

@ -47,12 +47,10 @@ script:
- ninja
- |
if $XVFB ctest --output-on-failure ; then
if [[ "$ENABLE_UI" == "OFF" ]]; then
export ASEPRITE=$PWD/bin/aseprite
git clone https://github.com/aseprite/tests.git
cd tests
$XVFB bash run-tests.sh
fi
export ASEPRITE=$PWD/bin/aseprite
git clone https://github.com/aseprite/tests.git
cd tests
$XVFB bash run-tests.sh
else
exit 1
fi