Unverified Commit 0cf8dd1f authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix macOS builds at Travis (#1560)

parent 7b6f80f3
#!/bin/bash #!/bin/bash
if [[ $TRAVIS_OS_NAME == "osx" ]]; then if [[ $TRAVIS_OS_NAME == "osx" ]]; then
sudo softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.3" # fix "fatal error: _stdio.h: No such file or directory"
rm '/usr/local/include/c++' rm '/usr/local/include/c++'
# brew cask uninstall oclint # reserve variant to deal with conflict link # brew cask uninstall oclint # reserve variant to deal with conflict link
if [[ $TASK == "mpi" ]]; then if [[ $TASK == "mpi" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment