Skip to content

Commit

Permalink
travis-ci: removing documentation generation from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Aug 31, 2016
1 parent 27e74a6 commit 4ffe1d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ install:
script:
- cmake -D BUILD_EXAMPLE=ON -D BUILD_DOCUMENTATION=ON .
- make
- make doc
# - make doc
- ctest .
2 changes: 1 addition & 1 deletion externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ string(ASCII 27 Esc)
include(dcmtk.cmake)
include(itk.cmake)

message("${Esc}[1;32mExternal libraries configured.${Esc}[m")
message("${Esc}[1;32mExternal libraries configuration completed.${Esc}[m")
message("")
set(CONFIGURE_EXTERNALS 0 CACHE BOOL INTERNAL FORCE)
6 changes: 2 additions & 4 deletions externals/dcmtk.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
message("${Esc}[1;32mConfiguring DCMTK external library")
message("-------------------------${Esc}[m")
message("${Esc}[32mConfiguring DCMTK external library${Esc}[m")

if("${DCMTK_DIR}" STREQUAL "")
set(DCMTK_DIR ${PROJECT_BINARY_DIR}/externals/dcmtk-build)
Expand All @@ -26,6 +25,5 @@ ExternalProject_Add(
TEST_COMMAND ""
)

message("${Esc}[1;32mDone")
message("-------------------------${Esc}[m")
message("${Esc}[32mConfiguring DCMTK external library -- ${Esc}[1;32mDone${Esc}[m")
message("")
6 changes: 2 additions & 4 deletions externals/itk.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
message("${Esc}[1;32mConfiguring ITK thirdparty")
message("--------------------------${Esc}[m")
message("${Esc}[32mConfiguring ITK external library${Esc}[m")

if("${ITK_DIR}" STREQUAL "")
set(ITK_DIR ${PROJECT_BINARY_DIR}/externals/itk-build)
Expand All @@ -21,6 +20,5 @@ ExternalProject_Add(
TEST_COMMAND ""
)

message("${Esc}[1;32mDone")
message("-------------------------${Esc}[m")
message("${Esc}[32mConfiguring ITK external library -- ${Esc}[1;32mDone${Esc}[m")
message("")

0 comments on commit 4ffe1d0

Please sign in to comment.