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 - ninja
- | - |
if $XVFB ctest --output-on-failure ; then if $XVFB ctest --output-on-failure ; then
if [[ "$ENABLE_UI" == "OFF" ]]; then export ASEPRITE=$PWD/bin/aseprite
export ASEPRITE=$PWD/bin/aseprite git clone https://github.com/aseprite/tests.git
git clone https://github.com/aseprite/tests.git cd tests
cd tests $XVFB bash run-tests.sh
$XVFB bash run-tests.sh
fi
else else
exit 1 exit 1
fi fi