Lines Matching +full:cmake +full:- +full:3
3 set -e
8 if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then
10 wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
11 chmod a+x cmake-3.2.3-Linux-x86_64.sh
12 sudo ./cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr/local
15 cmake --version
19 xcode-select --install
22 brew list cmake || echo "suppress failures in order to ignore warnings"
23 sudo brew uninstall --force cmake || "suppress failures in order to ignore warnings"
24 brew search cmake || echo "suppress failures in order to ignore warnings"
25 brew install cmake || echo "suppress failures in order to ignore warnings"
26 brew upgrade cmake || echo "suppress failures in order to ignore warnings"
28 cmake --version