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

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