File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3334matrix :
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
You can’t perform that action at this time.
0 commit comments