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
8ace7339
Commit
8ace7339
authored
Nov 06, 2018
by
Nikita Titov
Committed by
Qiwei Ye
Nov 06, 2018
Browse files
update Xcode on Travis (#1825)
parent
28e47aae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.ci/setup.sh
.ci/setup.sh
+2
-4
.travis.yml
.travis.yml
+1
-0
No files found.
.ci/setup.sh
View file @
8ace7339
...
@@ -9,11 +9,9 @@ if [[ $OS_NAME == "macos" ]]; then
...
@@ -9,11 +9,9 @@ if [[ $OS_NAME == "macos" ]]; then
fi
fi
else
else
if
[[
$TRAVIS
==
"true"
]]
;
then
if
[[
$TRAVIS
==
"true"
]]
;
then
# Fix "fatal error: _stdio.h: No such file or directory"
# rm '/usr/local/include/c++' # previous variant to deal with conflict link
softwareupdate
-i
"Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.4"
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
#
brew link --overwrite gcc
# previous variant to deal with conflict link
brew
link
--overwrite
gcc
fi
fi
if
[[
$TASK
!=
"mpi"
]]
;
then
if
[[
$TASK
!=
"mpi"
]]
;
then
brew
install
gcc
brew
install
gcc
...
...
.travis.yml
View file @
8ace7339
...
@@ -8,6 +8,7 @@ git:
...
@@ -8,6 +8,7 @@ git:
os
:
os
:
-
linux
-
linux
-
osx
-
osx
osx_image
:
xcode10.1
env
:
env
:
global
:
# default values
global
:
# default values
...
...
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