|
@@ -10,12 +10,12 @@ matrix:
|
|
|
# Don't try to do Coverity or coverage builds on mac
|
|
# Don't try to do Coverity or coverage builds on mac
|
|
|
- os: osx
|
|
- os: osx
|
|
|
env: COVERITY=1
|
|
env: COVERITY=1
|
|
|
- env: COVERAGE=1
|
|
|
|
|
|
|
+ env: COVERAGE=1
|
|
|
# Only do coverity or coverage build on Linux when the compiler is gcc
|
|
# Only do coverity or coverage build on Linux when the compiler is gcc
|
|
|
- os: linux
|
|
- os: linux
|
|
|
compiler: clang
|
|
compiler: clang
|
|
|
env: COVERITY=1
|
|
env: COVERITY=1
|
|
|
- env: COVERAGE=1
|
|
|
|
|
|
|
+ env: COVERAGE=1
|
|
|
# Don't build with clang on Linux
|
|
# Don't build with clang on Linux
|
|
|
- os: linux
|
|
- os: linux
|
|
|
compiler: clang
|
|
compiler: clang
|