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
ef4b5be5
Unverified
Commit
ef4b5be5
authored
Oct 31, 2018
by
Nikita Titov
Committed by
GitHub
Oct 31, 2018
Browse files
[ci] fixed CMake update on Travis (#1804)
parent
f21ca60b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/setup.sh
.ci/setup.sh
+1
-1
No files found.
.ci/setup.sh
View file @
ef4b5be5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
if
[[
$OS_NAME
==
"macos"
]]
;
then
if
[[
$OS_NAME
==
"macos"
]]
;
then
if
[[
$COMPILER
==
"clang"
]]
;
then
if
[[
$COMPILER
==
"clang"
]]
;
then
brew
install
libomp
brew
install
libomp
brew
reinstall
cmake
# CMake >=3.12 is needed to find OpenMP at macOS
brew
upgrade
cmake
# CMake >=3.12 is needed to find OpenMP at macOS
if
[[
$AZURE
==
"true"
]]
;
then
if
[[
$AZURE
==
"true"
]]
;
then
sudo
xcode-select
-s
/Applications/Xcode_8.3.1.app/Contents/Developer
sudo
xcode-select
-s
/Applications/Xcode_8.3.1.app/Contents/Developer
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