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") {
Check-Output $False
}
} 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"
Rscript build_r.R *> $INSTALL_LOG_FILE_NAME ; $install_succeeded = $?
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