Browse Source

Try to update cmake on Mac travis.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
ae7a11c194
  1. 2
      travis_cmake_mac.sh

2
travis_cmake_mac.sh

@ -3,7 +3,7 @@ brew uninstall cmake --force
wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Darwin-x86_64.dmg
hdiutil convert -quiet cmake-3.12.0-rc2-Darwin-x86_64.dmg -format UDTO -o bar
hdiutil attach -quiet -nobrowse -noverify -noautoopen -mountpoint right_here bar.cdr
ls right_here
find right_here -print
sudo installer -package right_here/cmake-3.12.0-rc2-Darwin-x86_64/cmake-3.12.0-rc2-Darwin-x86_64.pkg -target /
sysctl -n hw.physicalcpu
which cmake

Loading…
Cancel
Save