diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-01-29 16:48:11 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-01-29 16:48:11 +0000 |
| commit | e8e6dbadb0b14d1bac2508e5acdade0afd83561a (patch) | |
| tree | 3fa9fdc6ec5cec3c9c75dec7cbdd0d3c3976add7 /BuildTools/Scripts | |
| parent | Appveyor and travis: updated CMake to 3.19.3 (diff) | |
| download | DiligentCore-e8e6dbadb0b14d1bac2508e5acdade0afd83561a.tar.gz DiligentCore-e8e6dbadb0b14d1bac2508e5acdade0afd83561a.zip | |
travis: fixed CMake download link
Diffstat (limited to 'BuildTools/Scripts')
| -rwxr-xr-x | BuildTools/Scripts/travis/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/Scripts/travis/before_install.sh b/BuildTools/Scripts/travis/before_install.sh index acbea403..99832591 100755 --- a/BuildTools/Scripts/travis/before_install.sh +++ b/BuildTools/Scripts/travis/before_install.sh @@ -2,7 +2,7 @@ CMAKE_VERSION="3.19.3" VULKAN_SDK_VER="1.2.162.1" if [ "$TRAVIS_OS_NAME" = "osx" ]; then - wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz && + wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-macos-universal.tar.gz && tar -xzf cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz export PATH=$PWD/cmake-${CMAKE_VERSION}-Darwin-x86_64/CMake.app/Contents/bin:$PATH cmake --version |
