Skip to content

Commit

Permalink
ENH: Enable packaging on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh26 committed Feb 7, 2020
1 parent 6ec2616 commit ea0d704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam-vs2017-slicercat_preview_nightly.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dashboard_set(HOSTNAME "krs-sam")
dashboard_set(OPERATING_SYSTEM "Windows10")
dashboard_set(SCRIPT_MODE "Experimental") # Experimental, Continuous or Nightly
dashboard_set(Slicer_RELEASE_TYPE "P") # (E)xperimental, (P)review or (S)table
dashboard_set(WITH_PACKAGES FALSE) # Enable to generate packages
dashboard_set(WITH_PACKAGES TRUE) # Enable to generate packages
if(APPLE)
dashboard_set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")
endif()
Expand Down Expand Up @@ -41,7 +41,7 @@ dashboard_set(CTEST_SOURCE_DIRECTORY "D:/D/P/SlicerCustomAppTemplate")
# Build Name: <OPERATING_SYSTEM>-<COMPILER>-<BITNESS>bits-QT<QT_VERSION>[-NoPython][-NoCLI][-NoConsole][-NoVTKDebugLeaks][-<BUILD_NAME_SUFFIX>]-<CTEST_BUILD_CONFIGURATION
set(BUILD_NAME_SUFFIX "")

set(run_ctest_with_update 0)
set(run_ctest_with_update "FALSE")

set(TEST_TO_EXCLUDE_REGEX "")

Expand Down

0 comments on commit ea0d704

Please sign in to comment.