travis: verbose make
This commit is contained in:
parent
88655ddcdb
commit
469a525fc8
@ -162,7 +162,7 @@ elseif(HAVE_GMIO_SIZEOF_LONG_LONG)
|
|||||||
set(GMIO_HAVE_LONG_LONG ${HAVE_GMIO_SIZEOF_LONG_LONG})
|
set(GMIO_HAVE_LONG_LONG ${HAVE_GMIO_SIZEOF_LONG_LONG})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Check Available C99 features
|
# Check available C99 features
|
||||||
if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE)
|
if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE)
|
||||||
list(APPEND CMAKE_REQUIRED_LIBRARIES m) # -lm
|
list(APPEND CMAKE_REQUIRED_LIBRARIES m) # -lm
|
||||||
endif()
|
endif()
|
||||||
@ -185,7 +185,7 @@ if(WIN32 AND NOT GMIO_HAVE_VSNPRINTF_FUNC)
|
|||||||
check_function_exists(_vsnprintf GMIO_HAVE_WIN__VSNPRINTF_FUNC)
|
check_function_exists(_vsnprintf GMIO_HAVE_WIN__VSNPRINTF_FUNC)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Check POSIX features
|
# Check available POSIX features
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
# See:
|
# See:
|
||||||
# http://linux.die.net/man/2/fstat64
|
# http://linux.die.net/man/2/fstat64
|
||||||
@ -289,7 +289,6 @@ if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Force PIC for GCC
|
# Force PIC for GCC
|
||||||
# See https://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3
|
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ cmake .. -G "Unix Makefiles" \
|
|||||||
-DGMIO_FLOAT2STR_LIB=$TRAVIS_FLOAT2STR_LIB
|
-DGMIO_FLOAT2STR_LIB=$TRAVIS_FLOAT2STR_LIB
|
||||||
|
|
||||||
# Make
|
# Make
|
||||||
make -j4
|
make -j4 VERBOSE=1
|
||||||
make install
|
make install
|
||||||
make check # Unit tests
|
make check # Unit tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user