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
9f952558
"python-package/vscode:/vscode.git/clone" did not exist on "f6b8ecf648f77f48d95a15e9ba5220e52f5d584c"
Commit
9f952558
authored
Oct 09, 2017
by
wxchan
Committed by
Guolin Ke
Oct 09, 2017
Browse files
install gcc in osx test (#977)
parent
4b96f0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.travis/setup.sh
.travis/setup.sh
+2
-1
No files found.
.travis/setup.sh
View file @
9f952558
#!/bin/bash
if
[[
$TRAVIS_OS_NAME
==
"osx"
]]
;
then
brew
install
openmpi
# use openmpi to install gcc
brew
install
gcc
--without-multilib
brew
install
openmpi
wget
-O
conda.sh https://repo.continuum.io/miniconda/Miniconda
${
PYTHON_VERSION
:0:1
}
-latest-MacOSX-x86_64
.sh
else
if
[[
${
TASK
}
!=
"pylint"
]]
&&
[[
${
TASK
}
!=
"check-docs"
]]
;
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