Skip to content
Snippets Groups Projects
Commit bba3bba5 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add debug info on travis builds

parent d872b106
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment