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
cb8dfae5
Unverified
Commit
cb8dfae5
authored
Feb 03, 2020
by
Nikita Titov
Committed by
GitHub
Feb 03, 2020
Browse files
[ci] swap compilers back for CI services (#2730)
* Update .travis.yml * Update .vsts-ci.yml
parent
f49b0aef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+2
-2
.vsts-ci.yml
.vsts-ci.yml
+2
-2
No files found.
.travis.yml
View file @
cb8dfae5
...
...
@@ -44,11 +44,11 @@ before_install:
-
export BUILD_DIRECTORY="$TRAVIS_BUILD_DIR"
-
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
export OS_NAME="macos";
export COMPILER="
clang
";
export COMPILER="
gcc
";
export R_MAC_VERSION=3.6.1;
else
export OS_NAME="linux";
export COMPILER="
gcc
";
export COMPILER="
clang
";
export R_TRAVIS_LINUX_VERSION=3.6.1-3bionic;
fi
-
export CONDA="$HOME/miniconda"
...
...
.vsts-ci.yml
View file @
cb8dfae5
...
...
@@ -17,7 +17,7 @@ jobs:
-
job
:
Linux
###########################################
variables
:
COMPILER
:
clang
COMPILER
:
gcc
pool
:
vmImage
:
'
ubuntu-16.04'
container
:
ubuntu1404
...
...
@@ -72,7 +72,7 @@ jobs:
-
job
:
MacOS
###########################################
variables
:
COMPILER
:
gcc
COMPILER
:
clang
pool
:
vmImage
:
'
macOS-10.13'
strategy
:
...
...
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