Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
0cf8dd1f
Unverified
Commit
0cf8dd1f
authored
Aug 04, 2018
by
Nikita Titov
Committed by
GitHub
Aug 04, 2018
Browse files
[ci] fix macOS builds at Travis (#1560)
parent
7b6f80f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.travis/setup.sh
.travis/setup.sh
+1
-0
No files found.
.travis/setup.sh
View file @
0cf8dd1f
#!/bin/bash
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++'
# brew cask uninstall oclint # reserve variant to deal with conflict link
if
[[
$TASK
==
"mpi"
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment