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
e6505417
Commit
e6505417
authored
Sep 29, 2019
by
Nikita Titov
Committed by
James Lamb
Sep 29, 2019
Browse files
[ci] removed outdated code (#2475)
parent
54be4204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
.ci/setup.sh
.ci/setup.sh
+0
-8
No files found.
.ci/setup.sh
View file @
e6505417
...
@@ -7,14 +7,6 @@ if [[ $OS_NAME == "macos" ]]; then
...
@@ -7,14 +7,6 @@ if [[ $OS_NAME == "macos" ]]; then
sudo
xcode-select
-s
/Applications/Xcode_8.3.3.app/Contents/Developer
sudo
xcode-select
-s
/Applications/Xcode_8.3.3.app/Contents/Developer
fi
fi
else
# gcc
else
# gcc
if
[[
$TRAVIS
==
"true"
]]
;
then
# rm '/usr/local/include/c++' # previous variant to deal with conflict link
# brew cask uninstall oclint # reserve variant to deal with conflict link
brew
link
--overwrite
gcc
brew upgrade gcc
else
brew update
fi
if
[[
$TASK
!=
"mpi"
]]
;
then
if
[[
$TASK
!=
"mpi"
]]
;
then
brew
install
gcc
brew
install
gcc
fi
fi
...
...
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