mirror of
https://github.com/Naios/continuable.git
synced 2026-02-14 14:19:48 +08:00
Test the latest GCC and Clang in travis only
This commit is contained in:
parent
6f8edf3416
commit
2008f006a0
33
.travis.yml
33
.travis.yml
@ -15,39 +15,12 @@ matrix:
|
|||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-7
|
||||||
- valgrind
|
- valgrind
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
env:
|
env:
|
||||||
- COMPILER=g++-5
|
- COMPILER=g++-7
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-6
|
|
||||||
- valgrind
|
|
||||||
- cmake
|
|
||||||
- cmake-data
|
|
||||||
env:
|
|
||||||
- COMPILER=g++-6
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-6
|
|
||||||
- cmake
|
|
||||||
- cmake-data
|
|
||||||
env:
|
|
||||||
- COMPILER=clang++
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
@ -57,7 +30,7 @@ matrix:
|
|||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-trusty-5.0
|
- llvm-toolchain-trusty-5.0
|
||||||
packages:
|
packages:
|
||||||
- g++-6
|
- g++-7
|
||||||
- clang-5.0
|
- clang-5.0
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user