This commit is contained in:
Neargye 2019-12-13 20:36:20 +05:00
parent d33424c377
commit 16740daf9e

View file

@ -45,13 +45,13 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-5 main' - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages: packages:
- g++-7 - g++-7
- clang-5 - clang-5.0
env: env:
- CXX_COMPILER=clang++-5 CC_COMPILER=clang-5 - CXX_COMPILER=clang++-5.0 CC_COMPILER=clang-5.0
- os: linux - os: linux
compiler: clang++ compiler: clang++
@ -59,13 +59,13 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-6 main' - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages: packages:
- g++-7 - g++-7
- clang-6 - clang-6.0
env: env:
- CXX_COMPILER=clang++-6 CC_COMPILER=clang-6 - CXX_COMPILER=clang++-6.0 CC_COMPILER=clang-6.0
- os: linux - os: linux
compiler: clang++ compiler: clang++