Skip to content

Commit

Permalink
Add JPIP options to Travis configuration
Browse files Browse the repository at this point in the history
This fixes issue #691.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jan 9, 2016
1 parent 6ecef40 commit 9238360
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ctest_scripts/travis-ci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ CMAKE_C_FLAGS:STRING= ${CCFLAGS_ARCH} ${CCFLAGS_WARNING}
# Use to activate the test suite
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 Thirdparty, useful but not required for test suite
BUILD_THIRDPARTY:BOOL=TRUE
Expand Down

0 comments on commit 9238360

Please sign in to comment.