mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
travis: disable build with clang, because of llvm.org overloaded
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -22,18 +22,18 @@ matrix:
|
||||
- g++-4.8
|
||||
- cmake
|
||||
- libglib2.0-dev
|
||||
- env: COMPILER_VERSION=3.5
|
||||
os: linux
|
||||
compiler: clang++
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.5
|
||||
packages:
|
||||
- clang-3.5
|
||||
- cmake
|
||||
- libglib2.0-dev
|
||||
# - env: COMPILER_VERSION=3.5
|
||||
# os: linux
|
||||
# compiler: clang++
|
||||
# addons:
|
||||
# apt:
|
||||
# sources:
|
||||
# - ubuntu-toolchain-r-test
|
||||
# - llvm-toolchain-precise-3.5
|
||||
# packages:
|
||||
# - clang-3.5
|
||||
# - cmake
|
||||
# - libglib2.0-dev
|
||||
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user