File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ before_install:
5151
5252install :
5353- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build libqt4-dev qt4-qmake libqt4-opengl-dev; fi
54+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja; fi
5455- if [[ "$QT5" = "OFF" && "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
55- - if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
56- - if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt || true; fi
56+ - if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
57+ - if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt || true; fi
5758
5859script :
5960 - cd bin
Original file line number Diff line number Diff line change 33brew tap cartr/qt4 || true
44brew tap cartr/qt4
55brew tap-pin cartr/qt4
6- brew install cartr/qt4/qt ninja
6+ brew install cartr/qt4/qt
You can’t perform that action at this time.
0 commit comments