"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "92f2a570efbd9af898cbb4bf42dec1a595c6e9d7"
Unverified Commit cb8dfae5 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] swap compilers back for CI services (#2730)

* Update .travis.yml

* Update .vsts-ci.yml
parent f49b0aef
......@@ -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"
......
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment