We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42525b2 commit d2c3e67Copy full SHA for d2c3e67
.travis.yml
@@ -48,9 +48,11 @@ matrix:
48
before_install:
49
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then date -u; fi
50
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then uname -a; fi
51
+
52
+install:
53
- 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 travis_wait 30 scripts/getQt4Mac.sh; fi
-- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt@5.13; fi
55
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
56
57
script:
58
- cd bin
0 commit comments