]> Creatis software - clitk.git/commitdiff
change travis
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 10 Apr 2018 14:55:56 +0000 (16:55 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 10 Apr 2018 14:55:56 +0000 (16:55 +0200)
travis/travis_build_qt.sh

index 38bb5a24a254877dd3dcbc59cd1251ca161a53cc..7fffb00413c3586e2ad3b62ee0c40db49d3cbf62 100755 (executable)
@@ -4,12 +4,6 @@ set -ev
 #Install the correct Qt Version
 if [ "$QT_VERSION" == "4.8.7" ]; then
   if test $TRAVIS_OS_NAME == linux ; then sudo apt-get -y --force-yes install qt4-dev-tools; fi
-  
-  if test $TRAVIS_OS_NAME == osx ; then brew install cartr/qt4/qt@4; fi
-  if test $TRAVIS_OS_NAME == osx ; then brew install cartr/qt4/qt-webkit@2.3; fi
-  if test $TRAVIS_OS_NAME == osx ; then brew link qt@4 --force; fi
-  if test $TRAVIS_OS_NAME == osx ; then brew link qt-webkit@2.3 --force; fi
-  if test $TRAVIS_OS_NAME == osx ; then qmake -v; fi
 elif [ "$QT_VERSION" == "5.5.1" ]; then
   if test $TRAVIS_OS_NAME == linux ; then sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty; fi
   if test $TRAVIS_OS_NAME == linux ; then sudo apt-get update -qq; fi
@@ -17,6 +11,5 @@ elif [ "$QT_VERSION" == "5.5.1" ]; then
 fi
 if test $TRAVIS_OS_NAME == osx ; then brew install qt5; fi
 if test $TRAVIS_OS_NAME == osx ; then brew link qt5 --force; fi
-if test $TRAVIS_OS_NAME == osx ; then brew linkapps qt5; fi