diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mac/before_install.sh | 9 | ||||
-rw-r--r-- | scripts/mac/travisbuild.sh | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index 583c82daa..8dfa04231 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -23,12 +23,11 @@ git describe pushd ${TRAVIS_BUILD_DIR} -mkdir -p Qt/5.11.1 +mkdir -p Qt/5.12.3 echo "Get custom Qt build and unpack it" -curl --output Qt-5.11.1-mac.tar.xz \ - https://storage.googleapis.com/travis-cache/Qt-5.11.1-mac.tar.xz -md5 Qt-5.11.1-mac.tar.xz +curl --output Qt-5.12.3-mac.tar.xz \ + https://storage.googleapis.com/travis-cache/Qt-5.12.3-mac.tar.xz -tar -xJ -C Qt/5.11.1 -f Qt-5.11.1-mac.tar.xz +tar -xJ -C Qt/5.12.3 -f Qt-5.12.3-mac.tar.xz diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh index 896f6fb1f..2ffe51d6b 100644 --- a/scripts/mac/travisbuild.sh +++ b/scripts/mac/travisbuild.sh @@ -6,7 +6,7 @@ set -e # this gets executed by Travis when building an App for Mac # it gets started from inside the subsurface directory -export QT_ROOT=${TRAVIS_BUILD_DIR}/Qt/5.11.1/clang_64 +export QT_ROOT=${TRAVIS_BUILD_DIR}/Qt/5.12.3/clang_64 export PATH=$QT_ROOT/bin:$PATH # Make sure correct qmake is found on the $PATH export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH |