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
e706bec7
Unverified
Commit
e706bec7
authored
Jun 12, 2020
by
Nikita Titov
Committed by
GitHub
Jun 12, 2020
Browse files
[ci] avoid VS warning for R builds (#3162)
parent
f30e0bb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.ci/test_r_package_windows.ps1
.ci/test_r_package_windows.ps1
+1
-0
No files found.
.ci/test_r_package_windows.ps1
View file @
e706bec7
...
@@ -121,6 +121,7 @@ if ($env:COMPILER -ne "MSVC") {
...
@@ -121,6 +121,7 @@ if ($env:COMPILER -ne "MSVC") {
Check-Output
$False
Check-Output
$False
}
}
}
else
{
}
else
{
$
env
:
TMPDIR
=
$
env
:
USERPROFILE
# to avoid warnings about incremental builds inside a temp directory
$INSTALL_LOG_FILE_NAME
=
"
$
env
:
BUILD_SOURCESDIRECTORY
\00install_out.txt"
$INSTALL_LOG_FILE_NAME
=
"
$
env
:
BUILD_SOURCESDIRECTORY
\00install_out.txt"
Rscript
build_r.R
*
>
$INSTALL_LOG_FILE_NAME
;
$install_succeeded
=
$?
Rscript
build_r.R
*
>
$INSTALL_LOG_FILE_NAME
;
$install_succeeded
=
$?
Write-Output
"----- build and install logs -----"
Write-Output
"----- build and install logs -----"
...
...
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