mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Add new tests for CLI/API/sprites
This commit is contained in:
parent
8401f8f5de
commit
cca840c59c
12
.travis.yml
12
.travis.yml
@ -22,5 +22,13 @@ before_script:
|
||||
- cmake .. -DENABLE_TESTS=ON -DENABLE_UI=$ENABLE_UI
|
||||
|
||||
script:
|
||||
- "make"
|
||||
- "ctest --output-on-failure"
|
||||
- make
|
||||
- |
|
||||
if 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
|
||||
bash run-tests.sh
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user