We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30e0bb commit e706becCopy full SHA for e706bec
.ci/test_r_package_windows.ps1
@@ -121,6 +121,7 @@ if ($env:COMPILER -ne "MSVC") {
121
Check-Output $False
122
}
123
} else {
124
+ $env:TMPDIR = $env:USERPROFILE # to avoid warnings about incremental builds inside a temp directory
125
$INSTALL_LOG_FILE_NAME = "$env:BUILD_SOURCESDIRECTORY\00install_out.txt"
126
Rscript build_r.R *> $INSTALL_LOG_FILE_NAME ; $install_succeeded = $?
127
Write-Output "----- build and install logs -----"
0 commit comments