aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-14 17:18:05 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-14 17:18:05 +0100
commit05f4d783c369cba54156b0d7e8269efd9d81ff96 (patch)
tree44dc62e70b4caa0476abc22100d05fed01257f9e
parent60f41f0194041b4e319d30eca651649dc4b8fba2 (diff)
downloadvis-05f4d783c369cba54156b0d7e8269efd9d81ff96.tar.gz
vis-05f4d783c369cba54156b0d7e8269efd9d81ff96.tar.xz
travis: re-enable code coverage
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 57c2a2a..a14ae16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ script:
make local && make clean;
fi
- ./configure CFLAGS="-I$(pwd)/dependency/install/usr/include" LDFLAGS="-L$(pwd)/dependency/install/usr/lib" $CONFIG
- - make $TARGET
+ - make CFLAGS_EXTRA=--coverage $TARGET
- file vis
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
otool -L vis;