mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +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
|
||||
- |
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user