Skip to content

Commit 38ed1f5

Browse files
committed
Do not run coverage with clang, currently fails.
1 parent d243a2a commit 38ed1f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sudo: false
3030
# instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
3131
# exclude some builds on mac os x and linux
3232
# linux: 2*compiler + 5*env + mac: 2*compiler + 2*env
33+
# Note: coverage currently does not work with clang, "setup.py install for cryptography" fails
3334
matrix:
3435
exclude:
3536
- os: osx
@@ -50,6 +51,10 @@ matrix:
5051
env: BUILD=yes TEST=test SANITIZER_CFLAGS="-g -O1 -DABORT_ON_INTERNAL_ERROR -DEXITFREE -fsanitize=address -fno-omit-frame-pointer"
5152
FEATURES=huge SRCDIR=./src CHECK_AUTOCONF=no ASAN_OPTIONS="print_stacktrace=1 log_path=asan"
5253
"CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-luainterp'"
54+
- os: linux
55+
compiler: clang
56+
env: BUILD=yes TEST=scripttests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no
57+
"CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp'"
5358
- os: linux
5459
compiler: clang
5560
env: BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes

0 commit comments

Comments
 (0)