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
51cd8fc2
Unverified
Commit
51cd8fc2
authored
Oct 24, 2021
by
Nikita Titov
Committed by
GitHub
Oct 24, 2021
Browse files
[docs] update comment about preinstalled Java version for SWIG build (#4710)
parent
47554c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test_windows.ps1
.ci/test_windows.ps1
+1
-1
No files found.
.ci/test_windows.ps1
View file @
51cd8fc2
...
...
@@ -36,7 +36,7 @@ if ($env:TASK -ne "bdist") {
}
if
(
$
env
:
TASK
-eq
"swig"
)
{
$
env
:
JAVA_HOME
=
$
env
:
JAVA_HOME_8_X64
# there is pre-installed
Zulu OpenJDK-
8 somewhere
$
env
:
JAVA_HOME
=
$
env
:
JAVA_HOME_8_X64
# there is pre-installed
Eclipse Temurin
8 somewhere
$ProgressPreference
=
"SilentlyContinue"
# progress bar bug extremely slows down download speed
Invoke-WebRequest
-Uri
"https://github.com/microsoft/LightGBM/releases/download/v2.0.12/swigwin-4.0.2.zip"
-OutFile
$
env
:
BUILD_SOURCESDIRECTORY
/swig/swigwin.zip
-UserAgent
"NativeHost"
Add-Type
-AssemblyName
System.IO.Compression.FileSystem
...
...
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