summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-10 13:14:47 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-10 13:14:47 +0200
commitbba3bba55aebf076cc439b4ab15d02c9c7063d10 (patch)
tree6763df657e1096bd12d1116f9c1d14602eb27f98
parentReset cache on breaking changes (diff)
downloadnheko-bba3bba55aebf076cc439b4ab15d02c9c7063d10.tar.xz
Add debug info on travis builds
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml

index 28be62b1..f2b44afc 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -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