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 439d400 commit e748f5fCopy full SHA for e748f5f
.travis.yml
@@ -109,14 +109,14 @@ matrix:
109
before_script:
110
- mkdir -p /tmp/cmake.root
111
- |
112
- if [ $TRAVIS_OS_SUFFIX = 'linux' ]; then
+ if [ $TRAVIS_OS_NAME = 'linux' ]; then
113
CMAKE_PKG_SUFFIX="linux-x86_64"
114
else
115
CMAKE_PKG_SUFFIX="macos10.10-universal"
116
fi
117
- wget -qO- "https://cmake.org/files/v3.20/cmake-3.20.5-$CMAKE_PKG_SUFFIX.tar.gz" | tar --strip-components=1 -xz -C /tmp/cmake.root
118
119
120
CMAKE_BIN_DIR="bin"
121
122
CMAKE_BIN_DIR="CMake.app/Contents/bin"
0 commit comments