Add new tests for CLI/API/sprites

This commit is contained in:
David Capello 2018-06-14 12:08:29 -03:00
parent 8401f8f5de
commit cca840c59c

View File

@ -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