mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +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
|
- cmake .. -DENABLE_TESTS=ON -DENABLE_UI=$ENABLE_UI
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "make"
|
- make
|
||||||
- "ctest --output-on-failure"
|
- |
|
||||||
|
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