dont build on osx in travis

This commit is contained in:
Patrick Brosi 2018-07-23 03:32:42 +02:00
parent eb415cd234
commit 2f356239bc
3 changed files with 7 additions and 2 deletions

View file

@ -60,6 +60,9 @@ else()
set(VERSION_GIT_FULL "${VERSION_GIT}-${VERSION_GIT_IS_DIRTY}")
endif()
include(CheckSymbolExists)
check_symbol_exists(posix_fadvise fcntl.h HAVE_POSIX_FADVISE)
add_subdirectory(src)
# tests