"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "125ca033fcfeecda456cc863605a89bf8ebe8373"
Unverified Commit e706bec7 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] avoid VS warning for R builds (#3162)

parent f30e0bb3
...@@ -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 -----"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment