Add debug info on travis builds

This commit is contained in:
Konstantinos Sideris 2017-12-10 13:14:47 +02:00
parent d872b1060b
commit bba3bba55a
1 changed files with 1 additions and 2 deletions

View File

@ -41,10 +41,9 @@ install:
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then source /opt/qt59/bin/qt59-env.sh; fi
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
script:
- make -C build -j2
- make release
- if [ $TRAVIS_OS_NAME == osx ]; then make lint; fi
- if [ $TRAVIS_OS_NAME == osx ]; then ./.ci/macos/deploy.sh; fi
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux/deploy.sh; fi