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
f66716ce
Commit
f66716ce
authored
Oct 05, 2018
by
Nikita Titov
Committed by
Guolin Ke
Oct 05, 2018
Browse files
support macOS 10.14 Mojave (#1732)
parent
de65958f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.ci/test.sh
.ci/test.sh
+2
-1
No files found.
.ci/test.sh
View file @
f66716ce
...
@@ -78,7 +78,8 @@ if [[ $TASK == "sdist" ]]; then
...
@@ -78,7 +78,8 @@ if [[ $TASK == "sdist" ]]; then
elif
[[
$TASK
==
"bdist"
]]
;
then
elif
[[
$TASK
==
"bdist"
]]
;
then
if
[[
$OS_NAME
==
"macos"
]]
;
then
if
[[
$OS_NAME
==
"macos"
]]
;
then
cd
$BUILD_DIRECTORY
/python-package
&&
python setup.py bdist_wheel
--plat-name
=
macosx
--universal
||
exit
-1
cd
$BUILD_DIRECTORY
/python-package
&&
python setup.py bdist_wheel
--plat-name
=
macosx
--universal
||
exit
-1
mv
dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx.whl dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx_10_6_x86_64.macosx_10_7_x86_64.macosx_10_8_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.whl
cp
dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx.whl dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx_10_6_x86_64.macosx_10_7_x86_64.macosx_10_8_x86_64.macosx_10_9_x86_64.macosx_10_10_x86_64.whl
mv
dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx.whl dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx_10_11_x86_64.macosx_10_12_x86_64.macosx_10_13_x86_64.macosx_10_14_x86_64.whl
if
[[
$AZURE
==
"true"
]]
;
then
if
[[
$AZURE
==
"true"
]]
;
then
cp
dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx
*
.whl
$BUILD_ARTIFACTSTAGINGDIRECTORY
cp
dist/lightgbm-
$LGB_VER
-py2
.py3-none-macosx
*
.whl
$BUILD_ARTIFACTSTAGINGDIRECTORY
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