Travis: Run test binary

This commit is contained in:
Lukas W
2015-01-13 17:34:17 +01:00
parent f640769ff0
commit 05d21e0b57

View File

@@ -19,6 +19,8 @@ script:
- if [ $TARGET_OS == win64 ]; then ../build_mingw64 || ../build_mingw64; fi
- if [ $TARGET_OS == linux ]; then cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..; fi
- make -j4 VERBOSE=1
- make tests
- ./tests/tests
before_deploy: make package
deploy:
provider: releases