Remove JPIP server from Travis configuration
It has build dependencies which are missing on the Travis server. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
e389f61057
commit
b326c2ffb1
|
@ -106,8 +106,8 @@ BUILD_TESTING:BOOL=${BUILD_TESTING}
|
|||
# Build the JPIP library and utilities
|
||||
BUILD_JPIP:BOOL=TRUE
|
||||
|
||||
# Build the JPIP server
|
||||
BUILD_JPIP_SERVER:BOOL=TRUE
|
||||
# Build the JPIP server (disabled because of missing build dependencies)
|
||||
#BUILD_JPIP_SERVER:BOOL=TRUE
|
||||
|
||||
# Build Thirdparty, useful but not required for test suite
|
||||
BUILD_THIRDPARTY:BOOL=TRUE
|
||||
|
|
Loading…
Reference in New Issue