File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ install:
5454- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
5555- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
5656- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo $(brew --prefix qt); fi
57- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/clang_64; fi
57+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.0/ clang_64; fi
5858
5959script :
6060 - cd bin
61- - cmake -GNinja -DTRAVIS_BUILD:BOOL=ON -DUSER_PYTHON_VERSION="${PYTHON_VERSION}" -DWITH_OSPRAY:BOOL=${OSPRAY_BUILD} -DQT5_BUILD:BOOL=${QT5} -DQt5_PATH=$(brew --prefix qt)/clang_64 ../Superbuild
61+ - cmake -GNinja -DTRAVIS_BUILD:BOOL=ON -DUSER_PYTHON_VERSION="${PYTHON_VERSION}" -DWITH_OSPRAY:BOOL=${OSPRAY_BUILD} -DQT5_BUILD:BOOL=${QT5} -DQt5_PATH=$(brew --prefix qt)/5.13.0/ clang_64 ../Superbuild
6262 - travis_wait 80 ninja
6363 - cd SCIRun
6464 - ./Algorithm_Layer_Test
You can’t perform that action at this time.
0 commit comments