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
5dcd0774
Unverified
Commit
5dcd0774
authored
May 18, 2018
by
Nikita Titov
Committed by
GitHub
May 18, 2018
Browse files
added macOS High Sierra to the python wheel name (#1377)
parent
441bafa1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis/test.sh
.travis/test.sh
+1
-1
No files found.
.travis/test.sh
View file @
5dcd0774
...
...
@@ -74,7 +74,7 @@ if [[ ${TASK} == "sdist" ]]; then
elif
[[
${
TASK
}
==
"bdist"
]]
;
then
if
[[
$TRAVIS_OS_NAME
==
"osx"
]]
;
then
cd
$TRAVIS_BUILD_DIR
/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_9_x86_64.macosx_10_10_x86_64.macosx_10_11_x86_64.macosx_10_12_x86_64.whl
mv
dist/lightgbm-
${
LGB_VER
}
-py2
.py3-none-macosx.whl dist/lightgbm-
${
LGB_VER
}
-py2
.py3-none-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
else
cd
$TRAVIS_BUILD_DIR
/python-package
&&
python setup.py bdist_wheel
--plat-name
=
manylinux1_x86_64
--universal
||
exit
-1
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