Travis: re-enable gcov build
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -51,21 +51,13 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# Don't build on OS X with gcc
|
include:
|
||||||
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
|
env: COVERAGE=--enable-gcov
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# Add a gcov build (XXX not yet; allows_failures doesn't match
|
|
||||||
# explicitly included rows)
|
|
||||||
#include:
|
|
||||||
# - compiler: gcc
|
|
||||||
# env: COVERAGE="--enable-gcov"
|
|
||||||
# os: linux
|
|
||||||
# The gcov build is not working quite yet
|
|
||||||
#allow_failures:
|
|
||||||
# compiler: gcc
|
|
||||||
# env: COVERAGE="--enable-gcov"
|
|
||||||
# os: linux
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user