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
577b2f9d
Unverified
Commit
577b2f9d
authored
Jan 13, 2021
by
Nikita Titov
Committed by
GitHub
Jan 13, 2021
Browse files
[ci] indicate support of Big Sur and drop High Sierra (#3749)
parent
318f7fae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test.sh
.ci/test.sh
+1
-1
No files found.
.ci/test.sh
View file @
577b2f9d
...
@@ -107,7 +107,7 @@ if [[ $TASK == "sdist" ]]; then
...
@@ -107,7 +107,7 @@ 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
--python-tag
py3
||
exit
-1
cd
$BUILD_DIRECTORY
/python-package
&&
python setup.py bdist_wheel
--plat-name
=
macosx
--python-tag
py3
||
exit
-1
mv
dist/lightgbm-
$LGB_VER
-py3-none-macosx
.whl dist/lightgbm-
$LGB_VER
-py3-none-macosx_10_
13_x86_64
.macosx_10_
14_x86_64.macosx_10_15_x86_64.whl
mv
dist/lightgbm-
$LGB_VER
-py3-none-macosx
.whl dist/lightgbm-
$LGB_VER
-py3-none-macosx_10_14_x86_64
.macosx_10_15_x86_64.
macosx_11_0_x86_64.
whl
if
[[
$PRODUCES_ARTIFACTS
==
"true"
]]
;
then
if
[[
$PRODUCES_ARTIFACTS
==
"true"
]]
;
then
cp
dist/lightgbm-
$LGB_VER
-py3-none-macosx
*
.whl
$BUILD_ARTIFACTSTAGINGDIRECTORY
cp
dist/lightgbm-
$LGB_VER
-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