mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
double square brackets for if are not working in travis
This commit is contained in:
parent
206239a663
commit
37488aff66
@ -108,9 +108,9 @@ matrix:
|
||||
|
||||
before_script:
|
||||
- mkdir -p /tmp/cmake.root
|
||||
- [[ $TRAVIS_OS_SUFFIX = 'linux' ]]; then CMAKE_PKG_SUFFIX="linux-x86_64"; else CMAKE_PKG_SUFFIX="macos10.10-universal"; fi
|
||||
- if [ $TRAVIS_OS_SUFFIX = 'linux' ]; then CMAKE_PKG_SUFFIX="linux-x86_64"; else CMAKE_PKG_SUFFIX="macos10.10-universal"; fi
|
||||
- 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
|
||||
- [[ $TRAVIS_OS_SUFFIX = 'linux' ]]; then CMAKE_BIN_DIR="CMake.app/Contents/bin"; else CMAKE_BIN_DIR="bin"; fi
|
||||
- if [ $TRAVIS_OS_SUFFIX = 'linux' ]; then CMAKE_BIN_DIR="CMake.app/Contents/bin"; else CMAKE_BIN_DIR="bin"; fi
|
||||
- export PATH=/tmp/cmake.root/$CMAKE_BIN_DIR:$PATH
|
||||
|
||||
# Build and check this project
|
||||
|
Loading…
Reference in New Issue
Block a user