diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-10 13:14:47 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-10 13:14:47 +0200 |
commit | bba3bba55aebf076cc439b4ab15d02c9c7063d10 (patch) | |
tree | 6763df657e1096bd12d1116f9c1d14602eb27f98 /.travis.yml | |
parent | Reset cache on breaking changes (diff) | |
download | nheko-bba3bba55aebf076cc439b4ab15d02c9c7063d10.tar.xz |
Add debug info on travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |