Commit 00c5c225 authored by Daniel Black's avatar Daniel Black

travis: add CC_VERSION=8

clang-8 is experimental so allows its failure on os: linux
parent 83b7372b
...@@ -31,11 +31,15 @@ env: ...@@ -31,11 +31,15 @@ env:
- CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=binlog,binlog_encryption,encryption - CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=binlog,binlog_encryption,encryption
- CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb - CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb
- CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles - CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles
- CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main
matrix: matrix:
exclude: exclude:
- os: osx - os: osx
compiler: gcc compiler: gcc
- os: osx
compiler: clang
env: CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main
include: include:
- os: linux - os: linux
compiler: gcc compiler: gcc
...@@ -106,6 +110,9 @@ matrix: ...@@ -106,6 +110,9 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
env: CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles env: CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles
- os: linux
compiler: clang
env: CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main
addons: addons:
apt: apt:
...@@ -113,15 +120,20 @@ addons: ...@@ -113,15 +120,20 @@ addons:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0 - llvm-toolchain-trusty-6.0
- llvm-toolchain-trusty-7 - llvm-toolchain-trusty-7
- llvm-toolchain-trusty
packages: # make sure these include all compilers and all build dependencies (see list above) packages: # make sure these include all compilers and all build dependencies (see list above)
- gcc-6 - gcc-6
- g++-6 - g++-6
- gcc-7 - gcc-7
- g++-7 - g++-7
- gcc-8
- g++-8
- clang-6.0 - clang-6.0
- llvm-6.0-dev - llvm-6.0-dev
- clang-7 - clang-7
- llvm-7-dev - llvm-7-dev
- clang-8
- llvm-8-dev
- bison - bison
- chrpath - chrpath
- cmake - cmake
......
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