Fix coverage test tools in clang-4.0 clang-5.0 g++-4.9

parent adbbdba0
......@@ -15,6 +15,7 @@ matrix:
env:
- COMPILER=clang++-4.0
- COV_TOOL=llvm-cov-4.0
- COV_TOOL_ARGS=gcov
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
......@@ -24,7 +25,7 @@ matrix:
compiler: clang
env:
- COMPILER=clang++-5.0
- COV_TOOL=llvm-cov-4.0
- COV_TOOL=llvm-cov-5.0
- COV_TOOL_ARGS=gcov
addons:
apt:
......@@ -47,8 +48,8 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-4.9
- COV_TOOL=llvm-cov-4.0
- COV_TOOL_ARGS=gcov
- COV_TOOL=gcov
- COV_TOOL_ARGS=
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
......@@ -56,7 +57,8 @@ matrix:
- os: linux
compiler: gcc
env: COMPILER=g++-5
env:
- COMPILER=g++-5
- COV_TOOL=gcov-5
- COV_TOOL_ARGS=
addons:
......@@ -66,7 +68,8 @@ matrix:
- os: linux
compiler: gcc
env: COMPILER=g++-6
env:
- COMPILER=g++-6
- COV_TOOL=gcov-6
- COV_TOOL_ARGS=
addons:
......@@ -76,7 +79,8 @@ matrix:
- os: linux
compiler: gcc
env: COMPILER=g++-7
env:
- COMPILER=g++-7
- COV_TOOL=gcov-7
- COV_TOOL_ARGS=
addons:
......@@ -86,7 +90,8 @@ matrix:
- os: linux
compiler: gcc
env: COMPILER=g++-8
env:
- COMPILER=g++-8
- COV_TOOL=gcov-8
- COV_TOOL_ARGS=
addons:
......
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