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

Set travis to Qt5.8

parent e3d2db8d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ install:
- if [ $TRAVIS_OS_NAME == osx ]; then export CMAKE_PREFIX_PATH=/usr/local/opt/qt5; fi
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux.sh ; fi
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then source /opt/qt56/bin/qt56-env.sh; fi
- if [ $TRAVIS_OS_NAME == linux ]; then source /opt/qt58/bin/qt58-env.sh; fi
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
script:
- make -C build -j2
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