Browse Source

Try to update cmake on Mac travis.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
05d11deac6
  1. 5
      travis_cmake_mac.sh

5
travis_cmake_mac.sh

@ -1,3 +1,6 @@
#!/bin/bash
sudo find / | grep cmake
which cmake
brew uninstall cmake --force
brew cleanup
which cmake
sysctl -n hw.physicalcpu
Loading…
Cancel
Save