Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions circleci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set_from_env(dashboard_model "DASHBOARD_MODEL" DEFAULT "Continuous" )
set(dashboard_loop 0)

list(APPEND CTEST_NOTES_FILES
"${CTEST_SOURCE_DIRECTORY}/circleci.yml"
"${CTEST_SOURCE_DIRECTORY}/circle.yml"
)

SET (dashboard_cache "
Expand All @@ -63,8 +63,3 @@ SET (dashboard_cache "


include("${CTEST_SCRIPT_DIRECTORY}/itk_common.cmake")

# itk_common produces a fatal error ( and exits ) if there is a build
# error or warning and also for test failures. If itk_common does not
# terminate execution of this script early, then the build is OK.
return(0)