Skip to content

Commit

Permalink
[ci] avoid VS warning for R builds (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Jun 11, 2020
1 parent f30e0bb commit e706bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/test_r_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----"
Expand Down

0 comments on commit e706bec

Please sign in to comment.