Set travis to Qt5.8
This commit is contained in:
parent
e3d2db8d67
commit
78677e6adf
@ -22,7 +22,7 @@ install:
|
|||||||
- if [ $TRAVIS_OS_NAME == osx ]; then export CMAKE_PREFIX_PATH=/usr/local/opt/qt5; fi
|
- 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
|
- if [ $TRAVIS_OS_NAME == linux ]; then ./.ci/linux.sh ; fi
|
||||||
before_script:
|
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
|
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||||
script:
|
script:
|
||||||
- make -C build -j2
|
- make -C build -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user