mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 09:16:30 -04:00
travis-ci: do not run coverage on osx
First of all we don't really need two of them, and also with apple-clang it will fail (because of our checks in cmake), so just exclude it from the build matrix. (cherry picked from commit 83b1584700ec453e89017b5f12cf338a50b101b4)
This commit is contained in:
parent
c785e1dbad
commit
d914115cd9
@ -18,6 +18,11 @@ env:
|
||||
- EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-debug-mode"
|
||||
- EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-malloc-replacement"
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
env: EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes
|
||||
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user