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
15250df8
Unverified
Commit
15250df8
authored
Apr 04, 2020
by
James Lamb
Committed by
GitHub
Apr 04, 2020
Browse files
[ci] upgrade to R 3.6.3 in CI (#2969)
parent
cc6a2f5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+2
-2
.vsts-ci.yml
.vsts-ci.yml
+1
-1
No files found.
.travis.yml
View file @
15250df8
...
@@ -45,11 +45,11 @@ before_install:
...
@@ -45,11 +45,11 @@ before_install:
-
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
-
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
export OS_NAME="macos";
export OS_NAME="macos";
export COMPILER="gcc";
export COMPILER="gcc";
export R_MAC_VERSION=3.6.
1
;
export R_MAC_VERSION=3.6.
3
;
else
else
export OS_NAME="linux";
export OS_NAME="linux";
export COMPILER="clang";
export COMPILER="clang";
export R_TRAVIS_LINUX_VERSION=3.6.
1-3
bionic;
export R_TRAVIS_LINUX_VERSION=3.6.
3-1
bionic;
fi
fi
-
export CONDA="$HOME/miniconda"
-
export CONDA="$HOME/miniconda"
-
export PATH="$CONDA/bin:$PATH"
-
export PATH="$CONDA/bin:$PATH"
...
...
.vsts-ci.yml
View file @
15250df8
...
@@ -99,7 +99,7 @@ jobs:
...
@@ -99,7 +99,7 @@ jobs:
echo "##vso[task.setvariable variable=CONDA]$CONDA"
echo "##vso[task.setvariable variable=CONDA]$CONDA"
echo "##vso[task.prependpath]$CONDA/bin"
echo "##vso[task.prependpath]$CONDA/bin"
echo "##vso[task.setvariable variable=JAVA_HOME]$JAVA_HOME_8_X64"
echo "##vso[task.setvariable variable=JAVA_HOME]$JAVA_HOME_8_X64"
echo "##vso[task.setvariable variable=R_MAC_VERSION]3.6.
1
"
echo "##vso[task.setvariable variable=R_MAC_VERSION]3.6.
3
"
displayName
:
'
Set
variables'
displayName
:
'
Set
variables'
-
bash
:
$(Build.SourcesDirectory)/.ci/setup.sh
-
bash
:
$(Build.SourcesDirectory)/.ci/setup.sh
displayName
:
Setup
displayName
:
Setup
...
...
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