mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 14:40:02 +00:00
Always run script tests
This commit is contained in:
parent
f5b8675d77
commit
2fa07f17bf
10
.travis.yml
10
.travis.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user