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
35d6ba6f
Unverified
Commit
35d6ba6f
authored
Nov 06, 2020
by
James Lamb
Committed by
GitHub
Nov 05, 2020
Browse files
[R-package] [ci] add correct path for mingw32-make in CI (#3523)
parent
4f7c855f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test_r_package_windows.ps1
.ci/test_r_package_windows.ps1
+1
-1
No files found.
.ci/test_r_package_windows.ps1
View file @
35d6ba6f
...
...
@@ -51,7 +51,7 @@ if ($env:R_MAJOR_VERSION -eq "3") {
$
env
:
R_LIB_PATH
=
"
$
env
:
BUILD_SOURCESDIRECTORY
/RLibrary"
-replace
'[\\]'
,
'/'
$
env
:
R_LIBS
=
"
$
env
:
R_LIB_PATH
"
$
env
:
PATH
=
"
$RTOOLS_INSTALL_PATH
/bin;"
+
"
$RTOOLS_INSTALL_PATH
/usr/bin;"
+
"
$
env
:
R_LIB_PATH
/R/bin/x64;"
+
"
$
env
:
R_LIB_PATH
/miktex/texmfs/install/miktex/bin/x64;"
+
$
env
:
PATH
$
env
:
PATH
=
"
$RTOOLS_INSTALL_PATH
/bin;"
+
"
$RTOOLS_INSTALL_PATH
/usr/bin;"
+
"
$
env
:
RTOOLS_MINGW_BIN
;"
+
"
$
env
:
R_LIB_PATH
/R/bin/x64;"
+
"
$
env
:
R_LIB_PATH
/miktex/texmfs/install/miktex/bin/x64;"
+
$
env
:
PATH
$
env
:
CRAN_MIRROR
=
"https://cloud.r-project.org/"
$
env
:
CTAN_MIRROR
=
"https://ctan.math.illinois.edu/systems/win32/miktex"
$
env
:
CTAN_PACKAGE_ARCHIVE
=
"
$
env
:
CTAN_MIRROR
/tm/packages/"
...
...
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